diff options
| author | ruki <[email protected]> | 2019-04-30 00:33:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-04-29 21:21:54 +0900 |
| commit | 6492e9504a7d47ebec4babfcf4872fa1b83427ce (patch) | |
| tree | 2c8d45369af74d4d1d9933c8f1ac65f291ee2a85 | |
| parent | 5aaf95707aa197663a168693bebca89bf66da804 (diff) | |
improve xmake tools
| -rw-r--r-- | xmake/modules/package/tools/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/xmake.lua b/xmake/modules/package/tools/xmake.lua index 302a17372..30eb270d4 100644 --- a/xmake/modules/package/tools/xmake.lua +++ b/xmake/modules/package/tools/xmake.lua @@ -54,7 +54,7 @@ end function install(package, configs) -- inherit builtin configs - local argv = {"f", "-y"} + local argv = {"f", "-y", "-c"} local names = {"plat", "arch", "ndk", "ndk_sdkver", "vs", "sdk", "bin", "cross", "ld", "sh", "ar", "cc", "cxx", "mm", "mxx"} for _, name in ipairs(names) do local value = get_config(name) |
