From 96b777e40ab4fbde4623397beb79533d77116f0d Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 19 Jan 2025 18:24:53 +1000 Subject: [PATCH] fix: update vcpkg baseline to avoid VS2019 build tools - Updates vcpkg baseline to 7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3 to fix Windows compilation issues by avoiding Visual Studio 2019 build tools and using the latest. --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 1f39480851..45e5f046ba 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "yuzu", - "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6", + "builtin-baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3", "version": "1.0", "dependencies": [ "boost-algorithm",