ruby-changes:71712
From: Kazuhiro <ko1@a...>
Date: Wed, 13 Apr 2022 13:42:46 +0900 (JST)
Subject: [ruby-changes:71712] 3112475469 (master): Skip build extensions again on mswin and mingw
https://git.ruby-lang.org/ruby.git/commit/?id=3112475469 From 3112475469e35b522448858d23ee1651532276e7 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Wed, 13 Apr 2022 13:40:57 +0900 Subject: Skip build extensions again on mswin and mingw --- tool/rbinstall.rb | 3 +++ 1 file changed, 3 insertions(+) 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 https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L853 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} -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/