We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02e5465 + 5912d4d commit cd37a54Copy full SHA for cd37a54
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