Skip to content

Commit ace9703

Browse files
author
Mirroring
committed
Merge commit 'fcdfb09f932c592f5f69e2ca8f1bd54165796b04'
2 parents e117bee + fcdfb09 commit ace9703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/install-native-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ case "$os" in
4545
# Homebrew LLVM whose libraries (e.g., libunwind.dylib) are the wrong
4646
# architecture or conflict with the Apple SDK, breaking native linking.
4747
# The build uses Apple clang from /usr/bin/clang exclusively.
48-
brew uninstall --ignore-dependencies llvm 2>/dev/null || true
48+
brew uninstall --ignore-dependencies llvm@18 2>/dev/null || true
4949

5050
brew bundle --no-upgrade --file "$(dirname "$0")/Brewfile"
5151
;;

0 commit comments

Comments
 (0)