1
0
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:
Frank Osterfeld
2011-04-13 14:08:11 +02:00
parent aca94b1b55
commit 9d28c11089

View File

@@ -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} )