Skip to content

Commit 901db99

Browse files
committed
更新脚本
1 parent 1d4768b commit 901db99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/libc/cplusplus/SConscript

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

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

1012
if GetDepend('RT_USING_CPP_MULTITHREAD'):

0 commit comments

Comments
 (0)