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'), ]