vcpkg/bootstrap-vcpkg.sh

5 lines
109 B
Bash
Raw Normal View History

2019-03-19 23:32:24 +00:00
#!/bin/sh -e
2018-04-25 07:59:55 +00:00
2018-03-27 10:03:26 +00:00
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
. "$vcpkgRootDir/scripts/bootstrap.sh"