Skip to content

Commit

Permalink
fix issue #107
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Jun 28, 2024
1 parent fc8984f commit 841d924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]
Expand Down

0 comments on commit 841d924

Please sign in to comment.