[SConscript]rename group name

This commit is contained in:
yangjie11
2020-11-20 13:38:11 +08:00
parent 9dc0bbb814
commit 91261e25b9
109 changed files with 109 additions and 109 deletions

View File

@@ -5,6 +5,6 @@ src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('cpu', src, depend = [], CPPPATH = CPPPATH)
group = DefineGroup('Libcpu', src, depend = [], CPPPATH = CPPPATH)
Return('group')