From 841d92421a458ccbd621baf8564c6ea4dc390413 Mon Sep 17 00:00:00 2001 From: lixianjing Date: Fri, 28 Jun 2024 11:02:40 +0800 Subject: [PATCH] fix issue #107 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 44b89d9..28d6e99 100644 --- a/SConstruct +++ b/SConstruct @@ -76,7 +76,7 @@ SConscriptFiles=[ os.environ['BUILD_TOOLS'] = str(complie_helper.get_value('BUILD_TOOLS', True)) if complie_helper.get_value('BUILD_TOOLS', True) : - SConscriptFiles + [ + SConscriptFiles += [ awtk.joinPath(TK_ROOT_VAR, 'tools/common/SConscript'), awtk.joinPath(TK_ROOT_VAR, 'tools/ui_gen/xml_to_ui/SConscript'), ]