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:
commit
505984faed
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user