1
0
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:
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 )
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} )