Merge pull request #830 from Allenscript/fix_raspbian_compile_atomic_not_found_error
fix compile for raspbian on RaspberryPI 4B atomic not found error
This commit is contained in:
commit
54b0d8f5dc
|
@ -6,5 +6,5 @@ IF ((TD_LINUX_64) OR (TD_LINUX_32 AND TD_ARM))
|
|||
INCLUDE_DIRECTORIES(inc)
|
||||
AUX_SOURCE_DIRECTORY(src SRC)
|
||||
ADD_LIBRARY(os ${SRC})
|
||||
TARGET_LINK_LIBRARIES(os m rt)
|
||||
TARGET_LINK_LIBRARIES(os m rt atomic)
|
||||
ENDIF ()
|
||||
|
|
Loading…
Reference in New Issue