summaryrefslogtreecommitdiff
path: root/scripts/get.sh
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-16 23:41:48 +0800
committerruki <[email protected]>2023-01-16 23:41:48 +0800
commitf1c16eda4c3fe69f7bf5ba95f66e900019ef28cf (patch)
tree484891a96f4e9aecc6e45930e281a1bbef0e4145 /scripts/get.sh
parent0a2710f198f3be691e477e86333ea5fddf240338 (diff)
remove nproc
Diffstat (limited to 'scripts/get.sh')
-rwxr-xr-xscripts/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.sh b/scripts/get.sh
index 7a57c2703..b5c79caf8 100755
--- a/scripts/get.sh
+++ b/scripts/get.sh
@@ -224,7 +224,7 @@ if test_nq "$2" "__install_only__"; then
./configure || raise "configure failed!"
cd - || raise 'chdir failed!'
fi
- $make -C $projectdir --no-print-directory -j`nproc` || raise "make failed!"
+ $make -C $projectdir --no-print-directory || raise "make failed!"
fi
# do install