Skip to content

Commit

Permalink
gzdoom - Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Oct 13, 2024
1 parent 6ef6bc9 commit 173bf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions engines/gzdoom/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion libraries/zmusic/env.sh
Original file line number Diff line number Diff line change
@@ -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*"

0 comments on commit 173bf7e

Please sign in to comment.