mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
|
|
$vcpkgRootDir/scripts/bootstrap.sh
|