From 5d5cd27e289681b70381fefba1951b3122ff588a Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Sun, 2 Mar 2025 21:39:59 -0500 Subject: [PATCH] vcpkg: fluidsynth does not work for static build --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 42fe44d4b..dd6f69299 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -37,7 +37,7 @@ "ffmpeg", { "name":"fluidsynth", - "platform": "!(mingw & !native) & !wasm32" + "platform": "!static" }, { "name":"libflac",