From c3c61767c7d2d7d34d927a227e87c3af20f53ab1 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:42:04 +0800 Subject: [PATCH] shims/super/cc: avoid passing `-oso_prefix` during configure Fixes `configure` failures in Homebrew/homebrew-core#169893. --- Library/Homebrew/shims/super/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/shims/super/cc b/Library/Homebrew/shims/super/cc index aa4b71bb84266..47761798c3f27 100755 --- a/Library/Homebrew/shims/super/cc +++ b/Library/Homebrew/shims/super/cc @@ -438,7 +438,7 @@ class Cmd end def oso_prefix? - config.include?("o") + config.include?("o") && !configure? end def calls_ld?