mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
Added the rest of the Apple frameworks used.
Signed-off-by: CandiceJoy <candice@candicejoy.com>
This commit is contained in:
parent
ef0dcc9956
commit
a5a7e2d19b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ if( NOT NO_OPENAL )
|
|||
if( OPENAL_LIBRARY )
|
||||
set( PROJECT_LIBRARIES ${OPENAL_LIBRARY} ${PROJECT_LIBRARIES} )
|
||||
if( APPLE )
|
||||
set( PROJECT_LIBRARIES ${PROJECT_LIBRARIES} "-framework CoreAudio -framework AudioUnit" )
|
||||
set( PROJECT_LIBRARIES ${PROJECT_LIBRARIES} "-framework AudioUnit -framework CoreAudio -framework ApplicationServices -framework AudioToolbox -framework CoreFoundation" )
|
||||
endif()
|
||||
else()
|
||||
set( NO_OPENAL ON )
|
||||
|
|
Loading…
Reference in a new issue