mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip build extensions again on cross compiling too
This commit is contained in:
parent
3112475469
commit
7e4ac434b9
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ module RbInstall
|
|||
end
|
||||
|
||||
def build_extensions
|
||||
end if /mswin|mingw/ =~ RUBY_PLATFORM
|
||||
end if /mswin|mingw/ =~ RUBY_PLATFORM || RbConfig::CONFIG["CROSS_COMPILING"] == "yes"
|
||||
|
||||
def shebang(bin_file_name)
|
||||
path = File.join(gem_dir, spec.bindir, bin_file_name)
|
||||
|
|
Loading…
Add table
Reference in a new issue