mirror of https://github.com/ArduPilot/ardupilot
parent
3322d7c321
commit
a5adae5fb4
|
@ -234,6 +234,7 @@ class linux(Board):
|
|||
|
||||
cfg.check_librt(env)
|
||||
cfg.check_lttng(env)
|
||||
cfg.check_libdl(env)
|
||||
cfg.check_libiio(env)
|
||||
|
||||
env.LINKFLAGS += ['-pthread',]
|
||||
|
|
Loading…
Reference in New Issue