- updated launch script for open suse support

This commit is contained in:
Mark Vejvoda 2010-07-17 07:42:26 +00:00
parent f8ada85017
commit 9c133a71b2
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ fi
# now deal with the openal library [libopenal.so.0]
OS_TYPE=`uname -m`
# Suse needs its own openAL
if [ -f /etc/SuSE-release ]; then
rm lib/libopenal*
fi
OPENAL_LINKEDLIBNAME="libopenal.so.0"
OPENAL_LIBLOOKUP1=${OPENAL_LINKEDLIBNAME}
OPENAL_LIBLOOKUP2="libopenal.so.1"