summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/plugins/project/vsxmake/getinfo.lua3
1 files changed, 0 insertions, 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)