diff options
author | crupest <crupest@outlook.com> | 2021-08-10 01:33:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-08-10 01:33:10 +0800 |
commit | 38442ae9fce47d560b0a4c652389298ffee33b44 (patch) | |
tree | 1ea5363deb64d9802e9e04dc449a6579d61e7052 /tools | |
parent | 76f8a45be1561df6a2a7d18e0600ec5c9ec0f5f5 (diff) | |
download | cru-38442ae9fce47d560b0a4c652389298ffee33b44.tar.gz cru-38442ae9fce47d560b0a4c652389298ffee33b44.tar.bz2 cru-38442ae9fce47d560b0a4c652389298ffee33b44.zip |
...
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Use-VC.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Use-VC.ps1 b/tools/Use-VC.ps1 index a4b7f348..fc039142 100644 --- a/tools/Use-VC.ps1 +++ b/tools/Use-VC.ps1 @@ -12,7 +12,7 @@ function Use-VC { $p = 'amd64' } - cmd /c "$(vswhere.exe -format value -property installationPath)\VC\Auxiliary\Build\vcvars64.bat $p & set" | + cmd /c "`"$(vswhere.exe -format value -property installationPath)\VC\Auxiliary\Build\vcvars64.bat`" $p & set" | ForEach-Object { if ($_ -match '=') { $v = $_ -split '=' |