diff --git a/vcpkg.json b/vcpkg.json index 0a153f542..5bd5d45be 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -39,10 +39,13 @@ "name": "sdl2-mixer-ext", "features": [ { - "name":"fluidsynth", + "name": "fluidsynth", "platform": "!static" }, - "libflac", + { + "name": "libflac", + "platform": "!emscripten" + }, "libgme", "libmodplug", "libvorbis",