moved vswhere to tools directory

This commit is contained in:
p01arst0rm
2022-12-06 20:05:38 +00:00
committed by Rick Gibbed
parent 859bb89555
commit a1bb6cc142
4 changed files with 22 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ def import_vs_environment():
env_tool_args = None
vswhere = subprocess.check_output(
'third_party/vswhere/vswhere.exe -version "[15,)" -latest -prerelease -format json -utf8 -products '
'tools/vswhere/vswhere.exe -version "[15,)" -latest -prerelease -format json -utf8 -products '
"Microsoft.VisualStudio.Product.Enterprise "
"Microsoft.VisualStudio.Product.Professional "
"Microsoft.VisualStudio.Product.Community "