summaryrefslogtreecommitdiff
path: root/xmake/plugins/lua/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2016-06-10 13:26:47 +0800
committerruki <[email protected]>2016-06-10 13:26:47 +0800
commit38c07cd824a33740accf14dda963aad1f2dc9366 (patch)
treef4883f4af6965bbb7ddf27b8d2bfc9b946bf93d9 /xmake/plugins/lua/scripts
parentcb9ce25dd0e7669189124a89bf6171190707b13e (diff)
improve mingw and cross toolchains configure
Diffstat (limited to 'xmake/plugins/lua/scripts')
-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!")