From b75254cb8486bbf4eba2fe12a59ce079f294c65a Mon Sep 17 00:00:00 2001 From: ChaseKnowlden Date: Mon, 30 Sep 2024 16:44:53 -0400 Subject: [PATCH] Meta: Update vcpkg to fix build error --- Toolchain/BuildVcpkg.sh | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Toolchain/BuildVcpkg.sh b/Toolchain/BuildVcpkg.sh index c120d365a37c..acd8b4772d10 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="a39a74405f277773aba08018bb797cb4a6614d0c" # 2024.09.19 +GIT_REV="2960d7d80e8d09c84ae8abf15c12196c2ca7d39a" # 2024.09.30 PREFIX_DIR="$DIR/Local/vcpkg" mkdir -p "$DIR/Tarballs" diff --git a/vcpkg.json b/vcpkg.json index f4f70104357e..b906516a0765 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,5 @@ { - "builtin-baseline": "a39a74405f277773aba08018bb797cb4a6614d0c", + "builtin-baseline": "2960d7d80e8d09c84ae8abf15c12196c2ca7d39a", "dependencies": [ { "name": "curl",