diff options
| author | ruki <[email protected]> | 2021-01-23 23:35:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-23 23:35:26 +0800 |
| commit | 57bf2a8ec017fe9f3b3165f3e29b0c19e12d4fd0 (patch) | |
| tree | 7627c993e4a0db7bb99bdb5f66543aa4bd8ed5f8 /xmake/modules/package/tools/xmake.lua | |
| parent | 0e11a96c4c81a4d3b61fd8c288af8183d72f72c6 (diff) | |
pass toolchains info for package/tools
Diffstat (limited to 'xmake/modules/package/tools/xmake.lua')
| -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 115a5fbe8..7c2e86327 100644 --- a/xmake/modules/package/tools/xmake.lua +++ b/xmake/modules/package/tools/xmake.lua @@ -79,7 +79,7 @@ function install(package, configs) -- inherit builtin configs local argv = _init_argv("f", "-y", "-c") - local names = {"plat", "arch", "ndk", "ndk_sdkver", "vs", "mingw", "sdk", "bin", "cross", "ld", "sh", "ar", "cc", "cxx", "mm", "mxx"} + local names = {"plat", "arch", "ndk", "ndk_sdkver", "vs", "mingw", "sdk", "toolchain", "bin", "cross", "ld", "sh", "ar", "cc", "cxx", "mm", "mxx"} for _, name in ipairs(names) do local value = get_config(name) if value ~= nil then |
