summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-05-01 00:35:39 +0800
committerruki <[email protected]>2019-04-30 21:33:54 +0900
commit6b043cdff936ffe5e9c7b68279ffd99fa351c353 (patch)
treefb3f3ded117a1f6983e072205448e91e36fbf7fc
parent5d91bccd2e5770bc372fe4f176ee04d53ebb570c (diff)
improve xmake tools
-rw-r--r--xmake/modules/package/tools/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/xmake.lua b/xmake/modules/package/tools/xmake.lua
index 30eb270d4..ecee3eefc 100644
--- a/xmake/modules/package/tools/xmake.lua
+++ b/xmake/modules/package/tools/xmake.lua
@@ -55,7 +55,7 @@ function install(package, configs)
-- inherit builtin configs
local argv = {"f", "-y", "-c"}
- local names = {"plat", "arch", "ndk", "ndk_sdkver", "vs", "sdk", "bin", "cross", "ld", "sh", "ar", "cc", "cxx", "mm", "mxx"}
+ local names = {"plat", "arch", "ndk", "ndk_sdkver", "vs", "mingw", "sdk", "bin", "cross", "ld", "sh", "ar", "cc", "cxx", "mm", "mxx"}
for _, name in ipairs(names) do
local value = get_config(name)
if value ~= nil then