fix scons

This commit is contained in:
liyangyang
2022-08-22 23:39:39 -04:00
committed by Man, Jianting (Meco)
parent 9b750eba84
commit d887d6eb19
+3 -1
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'))