[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
+1 -1
View File
@@ -15,7 +15,7 @@ CPPDEFINES = ['RT_USING_NEWLIB']
LIBS = ['c', 'm']
if rtconfig.PLATFORM == 'gcc':
group = DefineGroup('newlib', src, depend = ['RT_USING_LIBC'],
group = DefineGroup('Newlib', src, depend = ['RT_USING_LIBC'],
CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES, LIBS = LIBS)
Return('group')