mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 09:28:49 +08:00
[SConscript]update group name
This commit is contained in:
@@ -16,7 +16,7 @@ try:
|
||||
except :
|
||||
pass
|
||||
|
||||
group = DefineGroup('Pthreads', src,
|
||||
group = DefineGroup('libc', src,
|
||||
depend = ['RT_USING_PTHREADS', 'RT_USING_LIBC'], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user