fix scons

This commit is contained in:
liyangyang 2022-08-23 10:21:44 +08:00 committed by Man, Jianting (Meco)
parent 9b750eba84
commit d887d6eb19
1 changed files with 3 additions and 1 deletions

View File

@ -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'))