Skip to content

Commit 42ba7f5

Browse files
committed
Merge branch 'master_github' into development
2 parents 4416135 + cd37a54 commit 42ba7f5

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)