mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +02:00
- updated launch script for open suse support
This commit is contained in:
@@ -70,6 +70,11 @@ fi
|
|||||||
# now deal with the openal library [libopenal.so.0]
|
# now deal with the openal library [libopenal.so.0]
|
||||||
OS_TYPE=`uname -m`
|
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_LINKEDLIBNAME="libopenal.so.0"
|
||||||
OPENAL_LIBLOOKUP1=${OPENAL_LINKEDLIBNAME}
|
OPENAL_LIBLOOKUP1=${OPENAL_LINKEDLIBNAME}
|
||||||
OPENAL_LIBLOOKUP2="libopenal.so.1"
|
OPENAL_LIBLOOKUP2="libopenal.so.1"
|
||||||
|
Reference in New Issue
Block a user