add the fixed

This commit is contained in:
supperthomas 2021-04-02 22:32:03 +08:00 committed by supperthomas
parent c0d47f44c6
commit b9868f2441
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Import('rtconfig')
from building import *
# get current directory
cwd = GetCurrentDir()
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]