[libcpu][SConscript]规范group名为libcpu

This commit is contained in:
Meco Man
2024-02-19 14:33:47 -05:00
committed by Rbb666
parent 9538f569e7
commit 6d4503363a
54 changed files with 54 additions and 78 deletions

View File

@@ -4,7 +4,6 @@ cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('CPU', src, depend = [''], CPPPATH = CPPPATH)
group = DefineGroup('libcpu', src, depend = [''], CPPPATH = CPPPATH)
Return('group')