From a027cf0843001dd2cb608c1c42cf643f48a56749 Mon Sep 17 00:00:00 2001 From: mclee Date: Sat, 23 Nov 2019 11:04:53 +0800 Subject: get correct windows sdk version for vsxmake plugin --- xmake/plugins/project/vsxmake/getinfo.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/xmake/plugins/project/vsxmake/getinfo.lua b/xmake/plugins/project/vsxmake/getinfo.lua index 33c514a9a..4f9c4e5d6 100644 --- a/xmake/plugins/project/vsxmake/getinfo.lua +++ b/xmake/plugins/project/vsxmake/getinfo.lua @@ -172,9 +172,6 @@ function _make_targetinfo(mode, arch, target) for k, v in pairs(configcache:get("options_" .. target:name())) do if k ~= "plat" and k ~= "mode" and k ~= "arch" and k ~= "clean" and k ~= "buildir" then table.insert(flags, "--" .. k .. "=" .. tostring(v)); - if k == "vs_sdkver" then - targetinfo.sdkver = tostring(v) - end end end targetinfo.configflags = os.args(flags) -- cgit v1.3.1