diff --git a/Toolchain/BuildVcpkg.sh b/Toolchain/BuildVcpkg.sh index edc77bf0989..c120d365a37 100755 --- a/Toolchain/BuildVcpkg.sh +++ b/Toolchain/BuildVcpkg.sh @@ -21,7 +21,7 @@ if [ "$ci" -eq 0 ]; then fi GIT_REPO="https://github.com/microsoft/vcpkg.git" -GIT_REV="3508985146f1b1d248c67ead13f8f54be5b4f5da" # 2024.08.23 +GIT_REV="a39a74405f277773aba08018bb797cb4a6614d0c" # 2024.09.19 PREFIX_DIR="$DIR/Local/vcpkg" mkdir -p "$DIR/Tarballs" diff --git a/vcpkg.json b/vcpkg.json index 9e66254c654..47298aba65d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,5 @@ { - "builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da", + "builtin-baseline": "a39a74405f277773aba08018bb797cb4a6614d0c", "dependencies": [ { "name": "curl",