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
1 changed files with 1 additions and 1 deletions

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