diff options
| author | ruki <[email protected]> | 2018-11-16 23:55:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-11-16 17:32:20 +0800 |
| commit | a117e01c9e09104f855e42de7905d96b658eb3bd (patch) | |
| tree | de88bb2861b6fba297517857addc383a9983da8d | |
| parent | 763d5e3d23e71b3c68c8034d03577bd952fe74d9 (diff) | |
pass windows sdkver
| -rw-r--r-- | xmake/platforms/windows/check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/windows/check.lua b/xmake/platforms/windows/check.lua index 9ac599815..c0100e249 100644 --- a/xmake/platforms/windows/check.lua +++ b/xmake/platforms/windows/check.lua @@ -39,7 +39,7 @@ function _check_vsenv(config) end -- find vstudio - local vstudio = find_vstudio({vcvars_ver = config.get("vs_toolset")}) + local vstudio = find_vstudio({vcvars_ver = config.get("vs_toolset"), sdkver = config.get("vs_sdkver")}) if vstudio then -- make order vsver |
