Files
player/Project/Src/rt-thread/examples/libc/SConscript

7 lines
150 B
Python
Raw Normal View History

2025-06-27 00:32:57 +08:00
from building import *
src = Glob('*.c')
group = DefineGroup('libc_test', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
Return('group')