mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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
|
end
|
||||||
|
|
||||||
def oso_prefix?
|
def oso_prefix?
|
||||||
config.include?("o")
|
config.include?("o") && !configure?
|
||||||
end
|
end
|
||||||
|
|
||||||
def calls_ld?
|
def calls_ld?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user