summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/vstudio/impl
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-17 00:31:32 +0800
committerruki <[email protected]>2020-12-17 00:31:32 +0800
commit83e09c0fa0ea1cc9b40860d9f58676b0a4f12a38 (patch)
tree55690d33c8bcc61679c3181fe3c02f1a46aac0b2 /xmake/plugins/project/vstudio/impl
parent2fb94d278e31d0e10870317a4534891148921a0f (diff)
fix ci
Diffstat (limited to 'xmake/plugins/project/vstudio/impl')
-rw-r--r--xmake/plugins/project/vstudio/impl/vs201x.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x.lua b/xmake/plugins/project/vstudio/impl/vs201x.lua
index f29f77124..7bc9f9d45 100644
--- a/xmake/plugins/project/vstudio/impl/vs201x.lua
+++ b/xmake/plugins/project/vstudio/impl/vs201x.lua
@@ -237,15 +237,12 @@ function make(outputdir, vsinfo)
-- clear project to reload and recheck it
project.clear()
- -- check configure
- config.check()
+ -- check platform
+ platform.load(config.plat()):check()
-- check project options
project.check()
- -- reload platform
- platform.load(config.plat())
-
-- re-generate configheader
generate_configheader()
end