diff options
| author | ruki <[email protected]> | 2016-06-10 13:26:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-10 13:26:47 +0800 |
| commit | 38c07cd824a33740accf14dda963aad1f2dc9366 (patch) | |
| tree | f4883f4af6965bbb7ddf27b8d2bfc9b946bf93d9 /xmake/plugins/lua | |
| parent | cb9ce25dd0e7669189124a89bf6171190707b13e (diff) | |
improve mingw and cross toolchains configure
Diffstat (limited to 'xmake/plugins/lua')
| -rw-r--r-- | xmake/plugins/lua/scripts/lipo.lua | 2 |
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!") |
