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:
parent
6adbdb56ed
commit
ec9a9aaa51
1 changed files with 1 additions and 0 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue