From 38c07cd824a33740accf14dda963aad1f2dc9366 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 10 Jun 2016 13:26:47 +0800 Subject: improve mingw and cross toolchains configure --- xmake/plugins/lua/scripts/lipo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins/lua/scripts') 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!") -- cgit v1.3.1