Skip to content

Always build vcpkg-tool from souce #42248

Answered by bansan85
msclock asked this question in Q&A
Discussion options

You must be logged in to vote

Take a look at

vcpkg/scripts/bootstrap.sh

Lines 172 to 188 in 8349779

vcpkgDownloadTool="ON"
if [ "$UNAME" = "Darwin" ]; then
echo "Downloading vcpkg-macos..."
vcpkgToolReleaseSha=$VCPKG_MACOS_SHA
vcpkgToolName="vcpkg-macos"
elif [ "$vcpkgUseMuslC" = "ON" ]; then
echo "Downloading vcpkg-muslc..."
vcpkgToolReleaseSha=$VCPKG_MUSLC_SHA
vcpkgToolName="vcpkg-muslc"
elif [ "$ARCH" = "x86_64" ]; then
echo "Downloading vcpkg-glibc..."
vcpkgToolReleaseSha=$VCPKG_GLIBC_SHA
vcpkgToolName="vcpkg-glibc"
else
echo "Unable to determine a binary release of vcpkg; attempting to build from source."
vcpkgDownloadTool="OFF"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@msclock
Comment options

@msclock
Comment options

Answer selected by msclock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants