diff options
| author | ruki <[email protected]> | 2022-12-24 00:38:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-24 00:38:51 +0800 |
| commit | 26054f728da7212b0c1e0b9d3243b41bfa4f31b4 (patch) | |
| tree | e008f4bf02172a52268ebfe4dd22f3212c9989b1 | |
| parent | d7c7a011d7914a17f9404b57b631b9af8e373b14 (diff) | |
update build
| -rw-r--r-- | xmake/actions/update/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua index 12d79d1ad..f580da791 100644 --- a/xmake/actions/update/main.lua +++ b/xmake/actions/update/main.lua @@ -212,7 +212,7 @@ function _install(sourcedir) if os.isfile("./configure") then os.vrun("./configure") end - os.vrun("make") + os.vrunv("make", {"-j4"}) process.openv("./scripts/get.sh", {"__local__", "__install_only__"}, {stdout = os.tmpfile(), stderr = os.tmpfile(), detach = true}):close() end return true |
