mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
9 lines
179 B
Bash
9 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
|