ardupilotwaf: Add libraries instead of assignment

This commit is contained in:
Alexey Bulatov 2017-06-05 14:29:18 +03:00 committed by Tom Pittenger
parent ea27f821ef
commit 0998ac102b

View File

@ -423,7 +423,7 @@ class linux(Board):
cfg.check_libiio(env) cfg.check_libiio(env)
env.LINKFLAGS += ['-pthread',] env.LINKFLAGS += ['-pthread',]
env.AP_LIBRARIES = [ env.AP_LIBRARIES += [
'AP_HAL_Linux', 'AP_HAL_Linux',
] ]