mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Use -latomic
linker flag to fix linking errors on the RPI4
This commit is contained in:
parent
c796b19e72
commit
6bccbcd50e
@ -47,7 +47,7 @@ link_directories ("${musikcube_SOURCE_DIR}/bin/plugins")
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
set (musikcube_LINK_LIBS ${BOOST_LINK_LIBS} curl pthread crypto)
|
||||
else()
|
||||
set (musikcube_LINK_LIBS ${BOOST_LINK_LIBS} dl curl pthread crypto)
|
||||
set (musikcube_LINK_LIBS ${BOOST_LINK_LIBS} dl curl pthread crypto atomic)
|
||||
endif()
|
||||
|
||||
include_directories (
|
||||
|
Loading…
Reference in New Issue
Block a user