AP_DAL: move to using tool instead of tools program group

This commit is contained in:
Siddharth Purohit 2021-07-05 15:08:41 +05:30 committed by Andrew Tridgell
parent f1c865bdd3
commit f4b2b3b214
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ def build(bld):
# 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:
bld.ap_program(
program_groups=['tools'],
program_groups=['tool'],
use='AP_DAL_libs',
)