vcpkg/bootstrap-vcpkg.sh

5 lines
104 B
Bash
Raw Normal View History

2018-04-25 13:19:49 -07:00
#!/bin/sh
2018-04-25 00:59:55 -07:00
2018-03-27 03:03:26 -07:00
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
. $vcpkgRootDir/scripts/bootstrap.sh