diff options
| author | ruki <[email protected]> | 2024-12-19 00:51:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-12-19 00:51:56 +0800 |
| commit | ccc7bfee44c60e90d4ac1f5468b22a7a1ec6d51e (patch) | |
| tree | b98edc27cdfae92dc849dd52f4081ee7f2c710fb /core/xpack.lua | |
| parent | f83c3cebd987daa9e3aa17a737c8630ab1f3413a (diff) | |
improve get.sh
Diffstat (limited to 'core/xpack.lua')
| -rw-r--r-- | core/xpack.lua | 2 |
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) |
