From 6b043cdff936ffe5e9c7b68279ffd99fa351c353 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 1 May 2019 00:35:39 +0800 Subject: improve xmake tools --- xmake/modules/package/tools/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1