2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

llvm: Fix missing -j to make

This commit is contained in:
Dylan Araps 2019-08-01 02:15:11 +03:00
parent 830e73550d
commit 667a662ec8

View File

@ -16,5 +16,5 @@ cmake \
-DLLVM_BUILD_TESTS=OFF \
-Wno-dev -G "Unix Makefiles" ..
make "$(nproc || echo 2)"
make -j "$(nproc || echo 2)"
make DESTDIR="$1" install