diff options
| -rw-r--r-- | xmake/modules/detect/sdks/find_vstudio.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_vstudio.lua b/xmake/modules/detect/sdks/find_vstudio.lua index 9af9fb730..ba268e5b6 100644 --- a/xmake/modules/detect/sdks/find_vstudio.lua +++ b/xmake/modules/detect/sdks/find_vstudio.lua @@ -150,7 +150,8 @@ function main(opt) -- init vsvers local vsvers = { - ["16.0"] = "2019" + ["17.0"] = "2022" + , ["16.0"] = "2019" , ["15.0"] = "2017" , ["14.0"] = "2015" , ["12.0"] = "2013" |
