diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh
index e1e584c3986ea45fc5394728d85bb6b0f84d2695..cc3b2c7f5894e455ff808ac7989aefb303bde8c0 100644
--- a/recipes/rust/recipe.sh
+++ b/recipes/rust/recipe.sh
@@ -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