[SConscript]update group name

This commit is contained in:
yangjie
2020-12-19 16:49:11 +08:00
parent ba83ddc3c4
commit ef62febf1f
132 changed files with 133 additions and 133 deletions

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('libc', src, depend = ['RT_USING_LIBC'],
CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES, LIBS = LIBS)
Return('group')