mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
ardupilotwaf: Add libraries instead of assignment
This commit is contained in:
parent
ea27f821ef
commit
0998ac102b
@ -423,7 +423,7 @@ class linux(Board):
|
||||
cfg.check_libiio(env)
|
||||
|
||||
env.LINKFLAGS += ['-pthread',]
|
||||
env.AP_LIBRARIES = [
|
||||
env.AP_LIBRARIES += [
|
||||
'AP_HAL_Linux',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user