4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 02:51:33 +08:00

Merge pull request #3788 from wangyq2018/es8p508x

bugfixed on SConscript
This commit is contained in:
Bernard Xiong 2020-08-03 19:45:07 +08:00 committed by GitHub
commit 505984faed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: