mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-24 04:42:03 +00:00
initialize CMAKE_INSTALL_NAME_DIR for Mac OSX
This commit is contained in:
parent
bc9bc38229
commit
ad23ded3e3
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ set ( COREMIDI_LIBS )
|
|||
set ( DARWIN )
|
||||
if ( ${CMAKE_SYSTEM} MATCHES "Darwin" )
|
||||
set ( DARWIN 1 )
|
||||
set ( CMAKE_INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} )
|
||||
if ( enable-coreaudio )
|
||||
check_include_file ( CoreAudio/AudioHardware.h COREAUDIO_FOUND )
|
||||
if ( COREAUDIO_FOUND )
|
||||
|
|
Loading…
Reference in a new issue