We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb34bf commit 5af9683Copy full SHA for 5af9683
components/libc/cplusplus/SConscript
@@ -4,9 +4,7 @@ from building import *
4
Import('rtconfig')
5
6
cwd = GetCurrentDir()
7
-src = Split('''
8
-cxx_crt_init.c
9
-''')
+src = ['cxx_crt_init.c']
10
CPPPATH = [cwd]
11
12
if GetDepend('RT_USING_CPP_MULTITHREAD'):
0 commit comments