Files
c_soft/riscv/rtthread/components/libc/posix/io/stdio/SConscript

7 lines
167 B
Python
Raw Normal View History

2025-06-13 14:38:32 +08:00
from building import *
src = ['stdio.c']
group = DefineGroup('POSIX', src, depend = ['RT_USING_POSIX_STDIO'], CPPPATH = [GetCurrentDir()])
Return('group')