diff options
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) |
