Reduce chaos in precompiled SHM libs

develop
Petr Mrázek 2010-02-19 12:37:51 +01:00
parent e31f5a2973
commit c827cb6dfc
4 changed files with 1 additions and 2 deletions

@ -9,6 +9,5 @@ if [ $? -eq 0 ]; then
mv libs/libSDL* unused_libs/
fi
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./libs" # Update library search path.
export LD_PRELOAD="./libs/dfconnect.so" # Hack DF!
export LD_PRELOAD="./libs/libdfconnect.so" # Hack DF!
./dwarfort.exe $* # Go, go, go! :)

Binary file not shown.