mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-06 21:31:23 +01:00
Use FREEBSD variable
This commit is contained in:
parent
fdb5c813ad
commit
c076933b52
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user