mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
7e8d7b381d
* Bootstrap for windows when called from within bash for windows When calling `bootstrap-vcpkg.sh` from within a git-bash script it fails with the error message `Unknown uname: MINGW64_NT-10.0`. This change delegates bootstrapping to `bootstrap-vcpkg.bat` by executing it in a `cmd` session when the result of `uname -s` matches the pattern `MINGW*_NT*`. * [vcpkg-bootstrap] Avoid using bash extensions and keep ./bootstrap-vcpkg.sh as a simple forwarder. |
||
---|---|---|
.. | ||
buildsystems | ||
cmake | ||
ifw | ||
posh-vcpkg/0.0.1 | ||
templates | ||
toolchains | ||
addPoshVcpkgToPowershellProfile.ps1 | ||
bootstrap.ps1 | ||
bootstrap.sh | ||
cleanEnvironmentHelper.ps1 | ||
get_triplet_environment.cmake | ||
ports.cmake | ||
vcpkg_completion.bash | ||
vcpkgTools.xml |