Skip to content

Commit 5af9683

Browse files
authored
Update components/libc/cplusplus/SConscript
1 parent bcb34bf commit 5af9683

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/libc/cplusplus/SConscript

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ from building import *
44
Import('rtconfig')
55

66
cwd = GetCurrentDir()
7-
src = Split('''
8-
cxx_crt_init.c
9-
''')
7+
src = ['cxx_crt_init.c']
108
CPPPATH = [cwd]
119

1210
if GetDepend('RT_USING_CPP_MULTITHREAD'):

0 commit comments

Comments
 (0)