summaryrefslogtreecommitdiff
path: root/xmake/plugins/lua/scripts/lipo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/lua/scripts/lipo.lua')
-rw-r--r--xmake/plugins/lua/scripts/lipo.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/lua/scripts/lipo.lua b/xmake/plugins/lua/scripts/lipo.lua
index 9092483cf..40395cb98 100644
--- a/xmake/plugins/lua/scripts/lipo.lua
+++ b/xmake/plugins/lua/scripts/lipo.lua
@@ -38,7 +38,7 @@ function main(...)
args = args[1]
-- check the lipo
- local lipo = tool.check("xcrun lipo", function (shellname)
+ local lipo = tool.check("xcrun lipo", nil, function (shellname)
os.run("xcrun -find lipo")
end)
assert(lipo, "lipo not found!")