mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 14:48:26 -05:00
5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
|
||
|
. "$vcpkgRootDir/scripts/bootstrap.sh"
|