mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 13:21:42 +00:00
Fix SDL Audio selection for OGG on Flatpak.
This commit is contained in:
parent
e3a2dd9e90
commit
dd2860d36e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"name": "UnleashedRecomp",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"cmake --preset linux-release -DSWA_FLATPAK=ON",
|
||||
"cmake --preset linux-release -DSWA_FLATPAK=ON -DSDL2MIXER_VORBIS=VORBISFILE",
|
||||
"cmake --build out/build/linux-release",
|
||||
"mkdir -p /app/bin",
|
||||
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue