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 1d4768b commit 901db99Copy full SHA for 901db99
components/libc/cplusplus/SConscript
@@ -4,7 +4,9 @@ from building import *
4
Import('rtconfig')
5
6
cwd = GetCurrentDir()
7
-src = []
+src = Split('''
8
+cxx_crt_init.c
9
+''')
10
CPPPATH = [cwd]
11
12
if GetDepend('RT_USING_CPP_MULTITHREAD'):
0 commit comments