vcpkg/bootstrap-vcpkg.sh
2019-03-20 16:23:02 -07:00

4 lines
109 B
Bash
Executable file

#!/bin/sh -e
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
. "$vcpkgRootDir/scripts/bootstrap.sh"