Skip to content

Commit

Permalink
put df root in LD_LIBRARY_PATH so DF can find SDL2.so
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 19, 2023
1 parent 8725fd2 commit 053ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/linux/dfhack
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
old_tty_settings=$(stty -g)

# Now run
export LD_LIBRARY_PATH="./hack:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"

LIB="./hack/libdfhack.so"
LIBSAN=""
Expand Down

0 comments on commit 053ae02

Please sign in to comment.