We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6ac796 + 9fbf438 commit a7b1260Copy full SHA for a7b1260
build/common/get-mesa.sh
@@ -80,6 +80,7 @@ elif [[ "$OS_NAME" == "Darwin" ]]; then
80
if command -v brew > /dev/null 2>&1; then
81
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true brew install autoconf automake libx11 libxext libxrandr \
82
llvm@${LLVM_VERSION} ninja meson pkg-config libxshmfence
83
+ brew link --overwrite llvm@${LLVM_VERSION}
84
# For reasons unknown, this is necessary for pkg-config to find homebrew's packages
85
LOCAL_PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"
86
elif command -v port > /dev/null 2>&1; then
0 commit comments