Skip to content

Commit 821229f

Browse files
authored
Update SConscript
1 parent 7a5edba commit 821229f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bsp/gd32103c-eval/applications/SConscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Import('RTT_ROOT')
22
Import('rtconfig')
33
from building import *
44

5-
cwd = os.path.join(str(Dir('#')), 'applications')
6-
src = Glob('*.c')
7-
CPPPATH = [cwd, str(Dir('#'))]
5+
cwd = GetCurrentDir()
6+
src = Glob('*.c')
7+
CPPPATH = [cwd]
88

99
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
1010

0 commit comments

Comments
 (0)