shims/super/cc: avoid passing -oso_prefix during configure
Fixes `configure` failures in Homebrew/homebrew-core#169893.
This commit is contained in:
parent
5e027bffd6
commit
c3c61767c7
@ -438,7 +438,7 @@ class Cmd
|
||||
end
|
||||
|
||||
def oso_prefix?
|
||||
config.include?("o")
|
||||
config.include?("o") && !configure?
|
||||
end
|
||||
|
||||
def calls_ld?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user