Files
rt-thread/tools/hello/SConscript
Bernard Xiong 5a2352eb64 [scons] code cleanup for scons script. (#10429)
* [scons] move project_generation to targets; code clean for building.py.
2025-06-25 15:06:45 +08:00

5 lines
60 B
Python

from package import *
objs = BuildPackage()
Return('objs')