mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
platforms posix link atomic
This commit is contained in:
@@ -67,8 +67,8 @@ else()
|
||||
parameters
|
||||
)
|
||||
|
||||
if (NOT APPLE)
|
||||
target_link_libraries(px4 PRIVATE rt)
|
||||
if(NOT APPLE)
|
||||
target_link_libraries(px4 PRIVATE atomic rt)
|
||||
endif()
|
||||
|
||||
target_link_libraries(px4 PRIVATE modules__uORB)
|
||||
|
||||
Reference in New Issue
Block a user