vcpkg: do not compile libflac with old version of emscripten

This commit is contained in:
Alam Ed Arias 2025-03-22 22:54:50 -04:00
parent cc03ec365d
commit f26711ef88

View file

@ -39,10 +39,13 @@
"name": "sdl2-mixer-ext",
"features": [
{
"name":"fluidsynth",
"name": "fluidsynth",
"platform": "!static"
},
"libflac",
{
"name": "libflac",
"platform": "!emscripten"
},
"libgme",
"libmodplug",
"libvorbis",