From 5a385677f366fa093dc35ad69045bf183603427c Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Tue, 14 Jun 2022 15:26:08 +0200 Subject: [rubygems/rubygems] No need to change `RbConfig::CONFIG` at all Only `RbConfig::MAKEFILE_CONFIG` is actually used. https://github.com/rubygems/rubygems/commit/b767cc0929 --- lib/rubygems/ext/ext_conf_builder.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rubygems/ext') diff --git a/lib/rubygems/ext/ext_conf_builder.rb b/lib/rubygems/ext/ext_conf_builder.rb index 3e8aa950c9..ee70706dd4 100644 --- a/lib/rubygems/ext/ext_conf_builder.rb +++ b/lib/rubygems/ext/ext_conf_builder.rb @@ -28,7 +28,6 @@ class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder siteconf.puts "dest_path = #{tmp_dest_relative.dump}" %w[sitearchdir sitelibdir].each do |dir| siteconf.puts "RbConfig::MAKEFILE_CONFIG['#{dir}'] = dest_path" - siteconf.puts "RbConfig::CONFIG['#{dir}'] = dest_path" end siteconf.close -- cgit v1.2.3