aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-08-10 01:17:37 +0800
committercrupest <crupest@outlook.com>2021-08-10 01:17:37 +0800
commit8ae1a8b50c4496e8ddff652f57055120b7a75461 (patch)
treee3c61f9d145560ff58b6c46b48e51ea597dfb37b /tools
parentad287bbe59b0b01cc56b90076b02a8cd9baa712e (diff)
downloadcru-8ae1a8b50c4496e8ddff652f57055120b7a75461.tar.gz
cru-8ae1a8b50c4496e8ddff652f57055120b7a75461.tar.bz2
cru-8ae1a8b50c4496e8ddff652f57055120b7a75461.zip
...
Diffstat (limited to 'tools')
-rw-r--r--tools/Use-VC.ps12
1 files changed, 1 insertions, 1 deletions
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 {