summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-04-13 11:09:23 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-04-13 11:09:23 +0900
commit4246e102d49eae0bd1bca01fba53286ad8178d2a (patch)
treeb5f8ef2b99991e60a1d6aad35b64133ef9d63850
parentaf85553886d337003f74c1c39cfc2e4f69f66449 (diff)
Enabled to build extensions with the bundled gems again
https://github.com/ruby/ruby/commit/cbb115213c42f15638ef119eb20c4d3106eb8b1a https://github.com/ruby/ruby/commit/5c1b76a3a55afeb07116bbd3492303c6b6cd890d
-rwxr-xr-xtool/rbinstall.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index 624961b4ee..0d0f6b2f79 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -853,9 +853,6 @@ module RbInstall
def write_cache_file
end
- def build_extensions
- end
-
def shebang(bin_file_name)
path = File.join(gem_dir, spec.bindir, bin_file_name)
first_line = File.open(path, "rb") {|file| file.gets}