mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
Fix bootstrap-vcpkg.bat to work with space in path
This commit is contained in:
parent
a715caf5fd
commit
2b0f187035
@ -1,2 +1,2 @@
|
|||||||
@echo off
|
@echo off
|
||||||
powershell.exe -NoProfile -ExecutionPolicy Bypass "%~dp0scripts\bootstrap.ps1"
|
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1'}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user