Skip to content

Commit

Permalink
Fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesadi committed Dec 28, 2023
1 parent 43a162e commit 92f1f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cmake -G Ninja -S llvm -B build \
-DCMAKE_CXX_COMPILER="g++" \
-DCMAKE_INSTALL_PREFIX="install" \
-DCMAKE_BUILD_TYPE=Release
ninja -j`nproc` -C build
ninja -j`nproc` -C build install

0 comments on commit 92f1f26

Please sign in to comment.