diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index 3bc1a96a8d..3ce2959fec 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -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