Skip to content

Commit a7b1260

Browse files
authored
Merge branch 'main' into pf/android-render-val-add-info
2 parents d6ac796 + 9fbf438 commit a7b1260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/common/get-mesa.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ elif [[ "$OS_NAME" == "Darwin" ]]; then
8080
if command -v brew > /dev/null 2>&1; then
8181
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true brew install autoconf automake libx11 libxext libxrandr \
8282
llvm@${LLVM_VERSION} ninja meson pkg-config libxshmfence
83+
brew link --overwrite llvm@${LLVM_VERSION}
8384
# For reasons unknown, this is necessary for pkg-config to find homebrew's packages
8485
LOCAL_PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"
8586
elif command -v port > /dev/null 2>&1; then

0 commit comments

Comments
 (0)