mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 09:02:20 +08:00
fix scons
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
9b750eba84
commit
d887d6eb19
@@ -17,7 +17,9 @@ elif rtconfig.CPU == "nuclei" :
|
||||
elif rtconfig.CPU == "virt64" :
|
||||
group = group
|
||||
elif rtconfig.CPU == "ch32v1" :
|
||||
group = group
|
||||
group = group
|
||||
elif rtconfig.CPU == "ch32v3" :
|
||||
group = group
|
||||
else :
|
||||
group = group + SConscript(os.path.join('common', 'SConscript'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user