mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
bootstrap.bat now forwards args to ps1
This commit is contained in:
parent
9750fff027
commit
91ec5c4301
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1'}"
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
|
||||
|
|
Loading…
Reference in a new issue