Fix build-clang script.

main
Sean Hickey 2021-09-11 14:35:33 -07:00
parent ef4fb24821
commit e1dff6b7bf
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ mkdir -p $INSTALL_DIR
cmake -S llvm -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \
-DLLVM_ENABLE_PROJECS="llvm;clang;openmp"
-DLLVM_ENABLE_PROJECTS="llvm;clang;openmp"
cd build
ninja
cmake --install ./