mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
waf: fixed static link build
for bebop
This commit is contained in:
parent
9ed3e9eec5
commit
4e61bc821b
@ -164,6 +164,9 @@ def ap_program(bld,
|
||||
program_dir=program_dir,
|
||||
**kw
|
||||
)
|
||||
if 'use' in kw and bld.env.STATIC_LINKING:
|
||||
# ensure we link against vehicle library
|
||||
tg.env.STLIB += [kw['use']]
|
||||
|
||||
for group in program_groups:
|
||||
_grouped_programs.setdefault(group, []).append(tg)
|
||||
|
Loading…
Reference in New Issue
Block a user