4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 05:50:23 +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,5 +1,6 @@
# RT-Thread SConscript bridge # RT-Thread SConscript bridge
import os import os
from building import *
objs = [] objs = []
cwd = GetCurrentDir() cwd = GetCurrentDir()