Skip to content

Commit

Permalink
build linux Appimage binaries with libmad
Browse files Browse the repository at this point in the history
see issue #756
  • Loading branch information
j4reporting authored Jan 4, 2025
1 parent a60edbc commit a4612ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packaging/AppImage/run-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd /usr/src/vkQuake

rm -rf build/appimage

python3 /opt/meson/meson.py build/appimage -Dbuildtype=release -Db_lto=true
python3 /opt/meson/meson.py build/appimage -Dbuildtype=release -Db_lto=true -Dmp3_lib=mad
ninja -C build/appimage

cd Packaging/AppImage
Expand Down

0 comments on commit a4612ea

Please sign in to comment.