vcpkg/bootstrap-vcpkg.sh

5 lines
109 B
Bash
Raw Permalink Normal View History

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