vcpkg/bootstrap-vcpkg.bat

3 lines
100 B
Batchfile
Raw Normal View History

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