1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore configurations in un-built extension libraries

Exclude linker flags for external libraries used by no longer
built extension libraries when static-linked-ext.
This commit is contained in:
Nobuyoshi Nakada 2020-06-23 00:14:39 +09:00
parent 6adbdb56ed
commit ec9a9aaa51
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -39,6 +39,7 @@ Dir.glob("{ext,.bundle/gems}/*/exts.mk") do |e|
else
macros[n] = m | v
end
break if n == "old_extensions"
end
if gem
r = ""