summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2022-03-25 22:48:34 +0800
committerruki <[email protected]>2022-03-25 22:48:34 +0800
commit90dfe36c7560d7d8afbeeaa795932ed8f618f991 (patch)
tree09f4a1610e11352e36b1498b415391ba8b872f62 /xmake/modules
parentb2706a335ba5476eed747bfd62e5da13dbd9f172 (diff)
fix load iphoneos
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/package/tools/cmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua
index 95134319e..f77fb0d48 100644
--- a/xmake/modules/package/tools/cmake.lua
+++ b/xmake/modules/package/tools/cmake.lua
@@ -589,7 +589,7 @@ function _build_for_make(package, configs, opt)
local argv = {}
if opt.target then
table.insert(argv, opt.target)
- end
+ end
local jobs = _get_parallel_njobs(opt)
table.insert(argv, "-j" .. jobs)
if option.get("verbose") then