forked from kiss-community/repo
llvm: Fix missing -j to make
This commit is contained in:
parent
830e73550d
commit
667a662ec8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user