diff options
| -rw-r--r-- | xmake/modules/detect/tools/find_vswhere.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/tools/find_vswhere.lua b/xmake/modules/detect/tools/find_vswhere.lua index af52c5a94..75efb6b6e 100644 --- a/xmake/modules/detect/tools/find_vswhere.lua +++ b/xmake/modules/detect/tools/find_vswhere.lua @@ -51,6 +51,7 @@ function main(opt) opt.command = opt.command or "-?" opt.paths = opt.paths or { + "$(env VSINSTALLERDIR)", "$(env ProgramFiles%(x86%))\\Microsoft Visual Studio\\Installer", "$(env ProgramFiles)\\Microsoft Visual Studio\\Installer" } |
