Linux always builds (and always had been built) with OpenAL, make sure it is always enabled.

master
Nicky 2020-02-15 10:22:19 +01:00
parent e9ad14eb25
commit 0ce85ef3b8
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ if [ $WANTS_CONFIG -eq $TRUE ] ; then
if [ $PLATFORM == "darwin" ] ; then
TARGET="Xcode"
elif [ \( $PLATFORM == "linux" \) ] ; then
OPENAL="-DOPENAL:BOOL=ON"
if [ $WANTS_NINJA -eq $TRUE ] ; then
TARGET="Ninja"
else