diff options
| author | ruki <[email protected]> | 2022-04-30 00:56:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-30 00:56:36 +0800 |
| commit | a901b3786b2e11bede78a90ab41eb9a7200f31b7 (patch) | |
| tree | d3ec4f15dbb383b24b3f9a9f356dc61d14b81ece /xmake/modules/package/tools/xmake.lua | |
| parent | 9f24c274381f9636c058a950080edab8b934e9e7 (diff) | |
add vs_toolset
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 a0934db1e..b521b5a84 100644 --- a/xmake/modules/package/tools/xmake.lua +++ b/xmake/modules/package/tools/xmake.lua @@ -86,7 +86,7 @@ function _get_configs(package, configs) end end else - local names = {"ndk", "ndk_sdkver", "vs", "mingw", "ld", "sh", "ar", "cc", "cxx", "mm", "mxx"} + local names = {"ndk", "ndk_sdkver", "vs", "vs_toolset", "mingw", "ld", "sh", "ar", "cc", "cxx", "mm", "mxx"} for _, name in ipairs(names) do local value = get_config(name) if value ~= nil then |
