[SConscript] change libcpu to LIBARCH,and correcte letter case

This commit is contained in:
yangjie11
2020-11-30 15:45:58 +08:00
parent bec364385c
commit ba83ddc3c4
80 changed files with 80 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
from building import *
src = Glob('*.c')
group = DefineGroup('LibcTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
group = DefineGroup('LIBCTest', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
Return('group')