summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-24 20:46:18 +0900
committerKoichi Sasada <ko1@atdot.net>2021-10-05 02:07:33 +0900
commitcbb115213c42f15638ef119eb20c4d3106eb8b1a (patch)
treec6e83c43eacb69d5ddabf852f2af10fa2f6a09f4 /tool/rbinstall.rb
parent3381fa5458d26fee1a5d109ba65e87212f644ac0 (diff)
downloadruby-cbb115213c42f15638ef119eb20c4d3106eb8b1a.tar.gz
Enabled to build extensions with the bundled gems
Diffstat (limited to 'tool/rbinstall.rb')
-rwxr-xr-xtool/rbinstall.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index e41f6887aa..0e88d93c8f 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -835,9 +835,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}