mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
build on OS X
These flags break the build and are also disabled for all the other plugins.
This commit is contained in:
parent
aca94b1b55
commit
9d28c11089
@ -47,7 +47,7 @@ target_link_libraries( tomahawk_siptwitter
|
||||
)
|
||||
|
||||
IF( APPLE )
|
||||
SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
|
||||
# SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
|
||||
ENDIF( APPLE )
|
||||
|
||||
install( TARGETS tomahawk_siptwitter DESTINATION lib${LIB_SUFFIX} )
|
||||
|
Loading…
x
Reference in New Issue
Block a user