Skip to content

Commit b176ac1

Browse files
committed
_ci-mac-homebrew.sh: fix to not install llvm for default native mac builds [ci skip]
1 parent 3a688c1 commit b176ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ci-mac-homebrew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
88

99
extra=''
1010
[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' go'
11-
if [[ "${CW_CONFIG:-}" != *'mac'* ]] || [[ "${CW_CONFIG:-}" != *'gcc'* ]]; then
11+
if [[ "${CW_CONFIG:-}" != *'mac'* ]] || [[ "${CW_CONFIG:-}" = *'llvm'* ]]; then
1212
extra+=' llvm lld'
1313
fi
1414

0 commit comments

Comments
 (0)