Skip build extensions again on mswin and mingw
This commit is contained in:
parent
4246e102d4
commit
3112475469
@ -853,6 +853,9 @@ module RbInstall
|
|||||||
def write_cache_file
|
def write_cache_file
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def build_extensions
|
||||||
|
end if /mswin|mingw/ =~ RUBY_PLATFORM
|
||||||
|
|
||||||
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)
|
||||||
first_line = File.open(path, "rb") {|file| file.gets}
|
first_line = File.open(path, "rb") {|file| file.gets}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user