mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Small tweak to taglib_plugin/CMakeLists.txt to fix compile on OS X.
This commit is contained in:
parent
311a6782e2
commit
4039157600
@ -6,8 +6,4 @@ set (taglibreader_SOURCES
|
||||
|
||||
add_library(taglibreader SHARED ${taglibreader_SOURCES})
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
target_link_libraries(taglibreader ${BOOST_LINK_LIBS} tag.a)
|
||||
else (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
target_link_libraries(taglibreader ${BOOST_LINK_LIBS} tag)
|
||||
endif (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
target_link_libraries(taglibreader ${BOOST_LINK_LIBS} tag.a z)
|
||||
|
Loading…
Reference in New Issue
Block a user