From 0ce85ef3b8b145fc13c7b56b781dc138bb2294f0 Mon Sep 17 00:00:00 2001 From: Nicky Date: Sat, 15 Feb 2020 10:22:19 +0100 Subject: [PATCH] Linux always builds (and always had been built) with OpenAL, make sure it is always enabled. --- scripts/configure_firestorm.sh | 1 + 1 file changed, 1 insertion(+) 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