Linux always builds (and always had been built) with OpenAL, make sure it is always enabled.
parent
e9ad14eb25
commit
0ce85ef3b8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue