mirror of https://github.com/ArduPilot/ardupilot
wscript: build ArduPilot against all.xml not ardupilotmega.xml
This commit is contained in:
parent
a81a1fb19f
commit
408491ddd5
2
wscript
2
wscript
|
@ -606,7 +606,7 @@ def _build_dynamic_sources(bld):
|
||||||
if not bld.env.BOOTLOADER:
|
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/all.xml',
|
||||||
output_dir='libraries/GCS_MAVLink/include/mavlink/v2.0/',
|
output_dir='libraries/GCS_MAVLink/include/mavlink/v2.0/',
|
||||||
name='mavlink',
|
name='mavlink',
|
||||||
# this below is not ideal, mavgen tool should set this, but that's not
|
# this below is not ideal, mavgen tool should set this, but that's not
|
||||||
|
|
Loading…
Reference in New Issue