mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
build on OS X
These flags break the build and are also disabled for all the other plugins.
This commit is contained in:
@@ -47,7 +47,7 @@ target_link_libraries( tomahawk_siptwitter
|
|||||||
)
|
)
|
||||||
|
|
||||||
IF( APPLE )
|
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 )
|
ENDIF( APPLE )
|
||||||
|
|
||||||
install( TARGETS tomahawk_siptwitter DESTINATION lib${LIB_SUFFIX} )
|
install( TARGETS tomahawk_siptwitter DESTINATION lib${LIB_SUFFIX} )
|
||||||
|
Reference in New Issue
Block a user