mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
4 lines
102 B
Bash
4 lines
102 B
Bash
#!/bin/sh
|
|
|
|
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
|
|
$vcpkgRootDir/scripts/bootstrap.sh
|