Skip to content

Commit

Permalink
Merge pull request #17169 from Homebrew/no-oso_prefix-configure
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Apr 29, 2024
2 parents db22da9 + c3c6176 commit c076a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/shims/super/cc
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class Cmd
end
def oso_prefix?
config.include?("o")
config.include?("o") && !configure?
end
def calls_ld?
Expand Down

0 comments on commit c076a46

Please sign in to comment.