mirror of https://github.com/ArduPilot/ardupilot
waf: mark build as ARDUPILOT_BUILD
this helps with small build differences in px4 tree
This commit is contained in:
parent
61050e55d0
commit
5bd0adf980
|
@ -275,6 +275,7 @@ def configure(cfg):
|
|||
# PX4Firmware build systems (cmake and legacy make-based) can live
|
||||
# together
|
||||
'-DCMAKE_BUILD',
|
||||
'-DARDUPILOT_BUILD',
|
||||
'-I%s' % bldpath('libraries/GCS_MAVLink'),
|
||||
'-Wl,--gc-sections',
|
||||
)),
|
||||
|
|
Loading…
Reference in New Issue