From 61ba912ae9bd5180af328d8b85a9b68b7149224a Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Sun, 2 Mar 2025 20:58:13 -0500 Subject: [PATCH] vcpkg: no fluidsynth for sdl2-mixer-ext on non-native mingw builds --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index ab936993e..42fe44d4b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -37,7 +37,7 @@ "ffmpeg", { "name":"fluidsynth", - "platform": "!wasm32" + "platform": "!(mingw & !native) & !wasm32" }, { "name":"libflac",