summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2025-01-19 18:24:53 +1000
committerZephyron <zephyron@citron-emu.org>2025-01-19 18:24:53 +1000
commit5a1a2f3eca90e2e705f81a34d6b60dd15de22fc1 (patch)
treebd806cae202728c3b995e8b47196df5faa6d5c86
parentd4d3061eb78fdba50201613271688a1dcd231ef4 (diff)
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.
-rw-r--r--vcpkg.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json
index 4c10341e9..180232afd 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": "citron",
- "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6",
+ "builtin-baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3",
"version": "1.0",
"dependencies": [
"boost-algorithm",