summaryrefslogtreecommitdiff
path: root/core/xpack.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-19 00:51:56 +0800
committerruki <[email protected]>2024-12-19 00:51:56 +0800
commitccc7bfee44c60e90d4ac1f5468b22a7a1ec6d51e (patch)
treeb98edc27cdfae92dc849dd52f4081ee7f2c710fb /core/xpack.lua
parentf83c3cebd987daa9e3aa17a737c8630ab1f3413a (diff)
improve get.sh
Diffstat (limited to 'core/xpack.lua')
-rw-r--r--core/xpack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xpack.lua b/core/xpack.lua
index 9061f418a..c0c6ae880 100644
--- a/core/xpack.lua
+++ b/core/xpack.lua
@@ -125,7 +125,7 @@ xpack("xmakesrc")
local format = package:format()
if format == "srpm" or format == "deb" then
batchcmds:runv("./configure")
- batchcmds:runv("make")
+ batchcmds:runv("make", {"-j4"})
end
end)