Merge branch 'develop' of https://github.com/dfhack/dfhack into develop

develop
lethosor 2015-12-22 19:35:52 -05:00
commit 9bf7e550a7
1 changed files with 6 additions and 0 deletions

@ -34,6 +34,12 @@ fi
# Save current terminal settings
old_tty_settings=$(stty -g)
# Use distro_fixes.sh from LNP if it exists
DISTROFIXES="distro_fixes.sh"
if [ -r "$DISTROFIXES" ]; then
. "./$DISTROFIXES"
fi
# Now run
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./hack/libs":"./hack"