From 8ae1a8b50c4496e8ddff652f57055120b7a75461 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Aug 2021 01:17:37 +0800 Subject: ... --- tools/Use-VC.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Use-VC.ps1 b/tools/Use-VC.ps1 index f1274b6f..300296ec 100644 --- a/tools/Use-VC.ps1 +++ b/tools/Use-VC.ps1 @@ -12,7 +12,7 @@ function Use-VC { $p = 'amd64' } - $vs=$(vswhere.exe -format value -property installationPath) + $vs = $(vswhere.exe -format value -property installationPath) cmd /c "$vs\VC\Auxiliary\Build\vcvars64.bat $p & set" | ForEach-Object { -- cgit v1.2.3