mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
waf: fixed static link build
for bebop
This commit is contained in:
parent
7c2a6aed2d
commit
d8291ef1d1
@ -249,6 +249,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