Skip to content

Commit

Permalink
更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjie11 committed Jun 14, 2023
1 parent 1d4768b commit 901db99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/libc/cplusplus/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ from building import *
Import('rtconfig')

cwd = GetCurrentDir()
src = []
src = Split('''
cxx_crt_init.c
''')
CPPPATH = [cwd]

if GetDepend('RT_USING_CPP_MULTITHREAD'):
Expand Down

0 comments on commit 901db99

Please sign in to comment.