[scons] code cleanup for scons script. (#10429)

* [scons] move project_generation to targets; code clean for building.py.
This commit is contained in:
Bernard Xiong
2025-06-25 15:06:45 +08:00
committed by GitHub
parent 8e9872a554
commit 5a2352eb64
38 changed files with 888 additions and 342 deletions
+4
View File
@@ -0,0 +1,4 @@
from package import *
objs = BuildPackage()
Return('objs')