mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
waf: pass mavlink include path into cmake build
This commit is contained in:
parent
8486d4ab5e
commit
a1c52415e9
@ -272,6 +272,7 @@ def configure(cfg):
|
|||||||
'-DCMAKE_BUILD',
|
'-DCMAKE_BUILD',
|
||||||
'-DARDUPILOT_BUILD',
|
'-DARDUPILOT_BUILD',
|
||||||
'-I%s' % bldpath('libraries/GCS_MAVLink'),
|
'-I%s' % bldpath('libraries/GCS_MAVLink'),
|
||||||
|
'-I%s' % bldpath('libraries/GCS_MAVLink/include/mavlink'),
|
||||||
'-Wl,--gc-sections',
|
'-Wl,--gc-sections',
|
||||||
)),
|
)),
|
||||||
EXTRA_C_FLAGS=' '.join((
|
EXTRA_C_FLAGS=' '.join((
|
||||||
|
Loading…
Reference in New Issue
Block a user