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