1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-06 21:31:23 +01:00

Use FREEBSD variable

This commit is contained in:
Jonas Kvinge 2021-08-22 23:22:15 +02:00
parent fdb5c813ad
commit c076933b52

View File

@ -49,7 +49,7 @@ if(USE_TAGPARSER AND TAGPARSER_FOUND)
target_link_libraries(strawberry-tagreader PRIVATE ${TAGPARSER_LIBRARIES})
endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
if(FREEBSD)
target_link_libraries(strawberry-tagreader PRIVATE execinfo)
endif()