mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-05 15:15:29 +00:00
[libc]rename group name
This commit is contained in:
@@ -15,6 +15,6 @@ if GetDepend('RT_USING_POSIX_MESSAGE_QUEUE'):
|
||||
if GetDepend('RT_USING_POSIX_MESSAGE_SEMAPHORE'):
|
||||
src += ['semaphore.c']
|
||||
|
||||
group = DefineGroup('POSIX', src, depend = [], CPPPATH = inc)
|
||||
group = DefineGroup('POSIX', src, depend = [''], CPPPATH = inc)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user