mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +00:00
- restored DYN_OPENAL which got accidentally deleted by the last backend update.
This commit is contained in:
parent
09d66914f4
commit
c995777ef7
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue