Use nproc for rust LLVM

This commit is contained in:
Jeremy Soller 2017-10-22 21:24:54 -06:00
parent 21559d4c99
commit 2bb4b06643

View File

@ -35,7 +35,7 @@ function recipe_build {
mkdir -p llvm-redox/build
pushd llvm-redox/build
CC=$HOST-gcc CXX=$HOST-g++ cmake "${LLVM_CMAKE_ARGS[@]}" ..
make -j4
make -j$(nproc)
make install
popd