diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index cd42661661..6db60724e9 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -124,7 +124,7 @@ File.foreach "config.status" do |line| if universal platform = val.sub(/universal/, %q[#{arch && universal[/(?:\A|\s)#{Regexp.quote(arch)}=(\S+)/, 1] || RUBY_PLATFORM[/\A[^-]*/]}]) end - when /^oldincludedir$/ + when /^includedir$/ val = '"$(SDKROOT)"'+val if /darwin/ =~ arch end v = " CONFIG[\"#{name}\"] #{eq} #{val}\n" @@ -269,7 +269,15 @@ print <