mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
bootstrap.bat now forwards args to ps1
This commit is contained in:
parent
9750fff027
commit
91ec5c4301
@ -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