- restored DYN_OPENAL which got accidentally deleted by the last backend update.

This commit is contained in:
Christoph Oelckers 2022-10-22 19:43:55 +02:00
parent 09d66914f4
commit c995777ef7

View file

@ -31,6 +31,7 @@ else()
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -funsigned-char -Wno-missing-braces -Wno-char-subscripts -Wno-unused-variable" )
endif()
option( DYN_OPENAL "Dynamically load OpenAL" ON )
if( APPLE )
option( OSX_COCOA_BACKEND "Use native Cocoa backend instead of SDL" ON )