From f4b2b3b2140c85294d6175b90d2884c35c7bfda6 Mon Sep 17 00:00:00 2001 From: Siddharth Purohit Date: Mon, 5 Jul 2021 15:08:41 +0530 Subject: [PATCH] AP_DAL: move to using tool instead of tools program group --- libraries/AP_DAL/examples/AP_DAL_Standalone/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', )