summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtool/mkconfig.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index d8e9f0f3b7..a37aaa8330 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -75,6 +75,7 @@ File.foreach "config.status" do |line|
when /^(?:ac_.*|configure_input|(?:top_)?srcdir|\w+OBJS)$/; next
when /^(?:X|(?:MINI|RUN|BASE)RUBY$)/; next
when /^(?:MAJOR|MINOR|TEENY)$/; next
+ when /^LIBRUBY_D?LD/; next
when /^RUBY_INSTALL_NAME$/; next if $install_name
when /^RUBY_SO_NAME$/; next if $so_name
when /^arch$/; if val.empty? then val = arch else arch = val end