4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 09:43:30 +08:00

Update SConscript

This commit is contained in:
Bernard Xiong 2019-04-10 21:46:21 +08:00 committed by GitHub
parent 9bf8d1d119
commit bee289a63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import rtconfig
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd, str(Dir('#'))]
CPPPATH = [cwd]
src = Split("""
main.c
""")