yuzu/externals/vcpkg/bootstrap-vcpkg.sh

5 lines
109 B
Bash
Raw Normal View History

2022-07-23 05:01:36 +04:00
#!/bin/sh -e
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
. "$vcpkgRootDir/scripts/bootstrap.sh"