4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 01:07:18 +08:00

bugfixed on SConscript

This commit is contained in:
wangyq2018 2020-07-29 15:36:40 +08:00
parent 00b10f7ded
commit bc830faf54

View File

@ -1,8 +1,9 @@
# RT-Thread SConscript bridge
import os
from building import *
objs = []
cwd = GetCurrentDir()
cwd = GetCurrentDir()
list = os.listdir(cwd)
for d in list: