未验证 提交 54b0d8f5 编写于 作者: P plum-lihui 提交者: GitHub

Merge pull request #830 from Allenscript/fix_raspbian_compile_atomic_not_found_error

fix compile for raspbian on RaspberryPI 4B atomic not found error
......@@ -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 ()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册