[libc]rename group name

This commit is contained in:
Meco Man
2021-12-30 01:27:25 +08:00
committed by Bernard Xiong
parent ed09f38012
commit c8dcf7cc68
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ if GetDepend('RT_USING_POSIX_SELECT'):
flag = True
if flag == True:
group = DefineGroup('POSIX', src, depend = [], CPPPATH = CPPPATH)
group = DefineGroup('POSIX', src, depend = [''], CPPPATH = CPPPATH)
list = os.listdir(cwd)
for d in list: