vcpkg/bootstrap-vcpkg.bat

3 lines
100 B
Batchfile
Raw Normal View History

@echo off
2018-06-09 07:26:57 +08:00
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"