summaryrefslogtreecommitdiff
path: root/xmake/platforms
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-04 00:37:20 +0800
committerruki <[email protected]>2020-03-03 21:44:02 +0800
commit09c073b1f36aaad61dccd02dafe2a4097ffbee67 (patch)
treef553167fc4457476c9bdf3cd0c077c1106b0103a /xmake/platforms
parent35fd0056a576861e1e26d21fd7ffe8a8682d7c61 (diff)
fix global config
Diffstat (limited to 'xmake/platforms')
-rw-r--r--xmake/platforms/windows/global.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/windows/global.lua b/xmake/platforms/windows/global.lua
index f4c47894b..9ef580bef 100644
--- a/xmake/platforms/windows/global.lua
+++ b/xmake/platforms/windows/global.lua
@@ -41,7 +41,7 @@ function main(platform, name)
check_arch(global)
-- check vstudio
- check_vstudio(global)
+ check_vstudio(global, {try = true})
-- clean temporary global configs
_clean_global()