diff --git a/libraries/AP_DAL/examples/AP_DAL_Standalone/wscript b/libraries/AP_DAL/examples/AP_DAL_Standalone/wscript index cd73a01f48..ffcc1ed6f4 100644 --- a/libraries/AP_DAL/examples/AP_DAL_Standalone/wscript +++ b/libraries/AP_DAL/examples/AP_DAL_Standalone/wscript @@ -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', )