[libc] Build correct SConscript file.

This commit is contained in:
bernard
2017-10-13 12:44:54 +08:00
parent 444915d1ea
commit 8bdf993bfc
9 changed files with 74 additions and 41 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('pthreads', src, depend = ['RT_USING_PTHREADS', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
group = DefineGroup('pthreads', src,
depend = ['RT_USING_PTHREADS', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
Return('group')