vcpkg/bootstrap-vcpkg.sh

5 lines
104 B
Bash
Raw Normal View History

2018-04-26 04:19:49 +08:00
#!/bin/sh
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