From 88dc531d91bc8d2057506d5836f2126d8f70b542 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Mon, 15 Jan 2024 21:11:05 -0500 Subject: [PATCH] Update vcpkg to get locale installing wxwidgets --- vcpkg-configuration.json | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 622b902761..7bab3de2f8 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -9,7 +9,7 @@ { "kind": "git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", - "baseline": "db82ff3778e628bf081ebc4d0a3d951d3d301d9f", + "baseline": "cffa190cc20bf9a92e863f480e53d033116dae98", "packages": [ "glew", "python3", diff --git a/vcpkg.json b/vcpkg.json index cfb883871d..d84f590c1b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -53,7 +53,7 @@ }, { "name": "wxwidgets", - "version": "3.2.4" + "version": "3.2.4#1" }, { "name": "wxpython",