Grissiom
c24c4f8e16
building.py: append messed up objs list, use extend to avoid that
The return type of SConscript is a subclass of UserList. We should use extend to keep the depth of the list is always 1 when concatenate SConscript return values. Thanks prife for making me realize that this is really a problem. Reported-and-Tested-by: prife
RT-Thread
RT-Thread is an open source real-time operating system for embedded devices.
Description
Languages
C
96.1%
Assembly
3%
HTML
0.4%
Python
0.2%
Shell
0.1%