File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ rule init ( version ? : command * : options * )
140140 local vswhere = [ os.environ "ProgramFiles(x86)" ] ;
141141 vswhere ?= [ os.environ "ProgramFiles" ] ;
142142 vswhere = "$(vswhere)/Microsoft Visual Studio/Installer/vswhere.exe" ;
143- local vspath = [ SHELL "\"$(vswhere)\" -latest -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64" ] ;
143+ local vspath = [ SHELL "\"$(vswhere)\" -latest -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath " ] ;
144144 .notice "$(arch)-$(addr):" "using VS tools in '$(vspath)'" ;
145145 local msvcpath = [ path.glob [ path.make "$(vspath)\\VC\\Tools\\MSVC" ] : * ] ;
146146 msvcpath = [ path.glob "$(msvcpath[-1])/bin" : Host* ] ;
You can’t perform that action at this time.
0 commit comments