We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3886a commit 5c79d16Copy full SHA for 5c79d16
utils/Xcode/create-lit-site-cfg.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
# Amend PATH with known location of LLVM tools
6
-BREW="$(which brew || true)"
+BREW="$(PATH="$PATH:/usr/local/bin" which brew || true)"
7
if [ -n "${BREW}" ]; then
8
PATH="$PATH:`${BREW} --prefix`/opt/llvm/bin"
9
fi
0 commit comments