mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 09:11:01 +00:00
vcpkg: do not compile libflac with old version of emscripten
This commit is contained in:
parent
cc03ec365d
commit
f26711ef88
1 changed files with 5 additions and 2 deletions
|
@ -39,10 +39,13 @@
|
|||
"name": "sdl2-mixer-ext",
|
||||
"features": [
|
||||
{
|
||||
"name":"fluidsynth",
|
||||
"name": "fluidsynth",
|
||||
"platform": "!static"
|
||||
},
|
||||
"libflac",
|
||||
{
|
||||
"name": "libflac",
|
||||
"platform": "!emscripten"
|
||||
},
|
||||
"libgme",
|
||||
"libmodplug",
|
||||
"libvorbis",
|
||||
|
|
Loading…
Reference in a new issue