mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: move to using tool instead of tools program group
This commit is contained in:
parent
f1c865bdd3
commit
f4b2b3b214
|
@ -21,6 +21,6 @@ def build(bld):
|
||||||
# only valid to build with no GCS and no scripting
|
# only valid to build with no GCS and no scripting
|
||||||
if '-DHAL_NO_GCS=1' in bld.env.CXXFLAGS and 'ENABLE_SCRIPTING=1' not in bld.env.DEFINES:
|
if '-DHAL_NO_GCS=1' in bld.env.CXXFLAGS and 'ENABLE_SCRIPTING=1' not in bld.env.DEFINES:
|
||||||
bld.ap_program(
|
bld.ap_program(
|
||||||
program_groups=['tools'],
|
program_groups=['tool'],
|
||||||
use='AP_DAL_libs',
|
use='AP_DAL_libs',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue