7 lines
161 B
Python
Raw Normal View History

2024-08-05 20:57:09 +08:00
from building import *
src = ['stdio.c']
group = DefineGroup('POSIX', src, depend = ['RT_USING_POSIX_STDIO'], CPPPATH = [GetCurrentDir()])
Return('group')