put df root in LD_LIBRARY_PATH so DF can find SDL2.so

develop
Myk Taylor 2023-08-19 10:23:58 -07:00
parent 8725fd26f6
commit 053ae023b2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -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=""