mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
8 lines
179 B
Bash
8 lines
179 B
Bash
<<<<<<< Updated upstream
|
|
#!/usr/bin/env bash
|
|
=======
|
|
#!/bin/sh
|
|
>>>>>>> Stashed changes
|
|
|
|
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
|
|
$vcpkgRootDir/scripts/bootstrap.sh
|