Use bridge script for SConscript

This commit is contained in:
Bernard Xiong 2019-02-01 09:43:31 +08:00 committed by GitHub
parent cad05f7c55
commit 1cb27129c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# for module compiling
# RT-Thread scons bridge
import os
Import('RTT_ROOT')
from building import *
cwd = str(Dir('#'))
cwd = GetCurrentDir()
objs = []
list = os.listdir(cwd)