We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4416135 + cd37a54 commit 42ba7f5Copy full SHA for 42ba7f5
1 file changed
bootstrap.sh
@@ -120,8 +120,8 @@ ${DO_UNIT_TESTS} && echo "with unit tests."
120
git submodule init
121
git submodule update
122
123
-export CC=${LLVM_INSTALL}/bin/clang
124
-export CXX=${LLVM_INSTALL}/bin/clang++
+export CC=${LLVM_INSTALL_DIR}/bin/clang
+export CXX=${LLVM_INSTALL_DIR}/bin/clang++
125
126
mkdir -p ${PHASAR_DIR}/build
127
cd ${PHASAR_DIR}/build
0 commit comments