Skip to content

Commit

Permalink
_ci-mac-homebrew.sh: install lld separately, follow upstream change…
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 3, 2024
1 parent ee35607 commit ae541fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-mac-homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
extra=''
[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' go'
if [[ "${CW_CONFIG:-}" != *'mac'* ]] || [[ "${CW_CONFIG:-}" != *'gcc'* ]]; then
extra+=' llvm'
extra+=' llvm lld'
fi

if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
Expand Down

0 comments on commit ae541fe

Please sign in to comment.