Skip build extensions again on cross compiling too
This commit is contained in:
parent
3112475469
commit
7e4ac434b9
@ -854,7 +854,7 @@ module RbInstall
|
|||||||
end
|
end
|
||||||
|
|
||||||
def build_extensions
|
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)
|
def shebang(bin_file_name)
|
||||||
path = File.join(gem_dir, spec.bindir, bin_file_name)
|
path = File.join(gem_dir, spec.bindir, bin_file_name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user