diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 0d0f6b2f79..bce02f8624 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -853,6 +853,9 @@ module RbInstall def write_cache_file end + def build_extensions + end if /mswin|mingw/ =~ RUBY_PLATFORM + def shebang(bin_file_name) path = File.join(gem_dir, spec.bindir, bin_file_name) first_line = File.open(path, "rb") {|file| file.gets}