Skip to content

Commit

Permalink
dii4a - Fix prey
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Apr 8, 2024
1 parent 63681ac commit 78b2e0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engines/dii4a/assets/run-prey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

ln -rsf /lib/x86_64-linux-gnu/libopenal.so.1 ./libopenal.so

mkdir base
mkdir preybase
ln -rsf base/* preybase

cp -rfv libpreygame.so preybase/libgame.so
cp -rfv libgame.so base/libgame.so

Expand Down

0 comments on commit 78b2e0c

Please sign in to comment.