mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-23 04:17:23 +08:00
7 lines
161 B
Python
7 lines
161 B
Python
from building import *
|
|
|
|
src = ['stdio.c']
|
|
group = DefineGroup('POSIX', src, depend = ['RT_USING_POSIX_STDIO'], CPPPATH = [GetCurrentDir()])
|
|
|
|
Return('group')
|