Skip to content

Commit cd37a54

Browse files
authored
Merge pull request #89 from ddiepo-pjr/fixLlvmBootstrapDir
Fix typo for LLVM Directory.
2 parents 02e5465 + 5912d4d commit cd37a54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ ${DO_UNIT_TESTS} && echo "with unit tests."
120120
git submodule init
121121
git submodule update
122122

123-
export CC=${LLVM_INSTALL}/bin/clang
124-
export CXX=${LLVM_INSTALL}/bin/clang++
123+
export CC=${LLVM_INSTALL_DIR}/bin/clang
124+
export CXX=${LLVM_INSTALL_DIR}/bin/clang++
125125

126126
mkdir -p ${PHASAR_DIR}/build
127127
cd ${PHASAR_DIR}/build

0 commit comments

Comments
 (0)