Merge pull request #17169 from Homebrew/no-oso_prefix-configure

This commit is contained in:
Carlo Cabrera 2024-04-29 10:57:37 +01:00 committed by GitHub
commit c076a46c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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?