Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Nov 6, 2023
1 parent b25b201 commit 0548f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/eternity/assets/run-eternity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cd eternity

# workaround for libopengl
mkdir lib
cp /overrides/lib/i386-linux-gnu/libXext.so.6 lib/libOpenGL.so.0
cp /overrides/lib/x86_64-linux-gnu/libXext.so.6 lib/libOpenGL.so.0

LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH" ./eternity "$@"

0 comments on commit 0548f51

Please sign in to comment.