mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-11 02:13:57 -04:00
waf: don't build mavlink for bootloader
This commit is contained in:
parent
0546ea69d1
commit
88ec03ce5a
1
wscript
1
wscript
@ -291,6 +291,7 @@ def _build_cmd_tweaks(bld):
|
|||||||
bld.options.clear_failed_tests = True
|
bld.options.clear_failed_tests = True
|
||||||
|
|
||||||
def _build_dynamic_sources(bld):
|
def _build_dynamic_sources(bld):
|
||||||
|
if not bld.env.BOOTLOADER:
|
||||||
bld(
|
bld(
|
||||||
features='mavgen',
|
features='mavgen',
|
||||||
source='modules/mavlink/message_definitions/v1.0/ardupilotmega.xml',
|
source='modules/mavlink/message_definitions/v1.0/ardupilotmega.xml',
|
||||||
|
Loading…
Reference in New Issue
Block a user