From 173bf7e155d1fe6115c5d99e78dd26a0910d794e Mon Sep 17 00:00:00 2001 From: d10sfan Date: Sat, 12 Oct 2024 19:53:38 -0500 Subject: [PATCH] gzdoom - Fix --- engines/gzdoom/build.sh | 1 + libraries/zmusic/env.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/gzdoom/build.sh b/engines/gzdoom/build.sh index 1e615ef29..c5d2e7f03 100755 --- a/engines/gzdoom/build.sh +++ b/engines/gzdoom/build.sh @@ -27,4 +27,5 @@ popd cp -rfv "source/build"/{gzdoom,soundfonts,*.pk3} "$diststart/common/dist/" cp -rfv assets/* "$diststart/common/dist/" cp -rfv ./wadsmoosh "$diststart/common/dist/wadsmoosh-branch-default" + ln -rsf "$diststart/common/dist/lib/libfluidsynth.so.3" "$diststart/common/dist/lib/libfluidsynth.so.2" diff --git a/libraries/zmusic/env.sh b/libraries/zmusic/env.sh index dfa1aaede..876ad9d93 100755 --- a/libraries/zmusic/env.sh +++ b/libraries/zmusic/env.sh @@ -1,4 +1,4 @@ #!/bin/bash export LIBRARY_LICENSES="./zmusic/licenses/bsd.txt ./zmusic/licenses/dumb.txt ./zmusic/licenses/gplv3.txt ./zmusic/licenses/legal.txt ./zmusic/licenses/zmusic.txt" -export LIBRARY_COPY_TO_LIB="$pfx/lib/libzmusic.so $pfx/lib/libzmusiclite.so" +export LIBRARY_COPY_TO_LIB="$pfx/lib/libzmusic.so* $pfx/lib/libzmusiclite.so*"