From c9109c59c5bb78eb053f1c406c1cff1adc2d60e6 Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Wed, 25 Mar 2026 03:38:57 +0100 Subject: [PATCH] Use wxWidgets without SDL2 sound feature --- vcpkg.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 7f460436..03aa7000 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -37,7 +37,13 @@ "default-features": false }, "zstd", - "wxwidgets", + { + "name": "wxwidgets", + "default-features": false, + "features": [ + "debug-support" + ] + }, "openssl", { "name": "curl",