소스 검색

rm CPP's RT_USE_LIBC depends

Signed-off-by: SchumyHao <bob-hjl@126.com>
SchumyHao 9 년 전
부모
커밋
1eea52307b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/cplusplus/SConscript

+ 1 - 1
components/cplusplus/SConscript

@@ -6,6 +6,6 @@ cwd = GetCurrentDir()
 src = Glob('*.cpp') + Glob('*.c')
 CPPPATH = [cwd]
 
-group = DefineGroup('CPlusPlus', src, depend = ['RT_USING_CPLUSPLUS', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
+group = DefineGroup('CPlusPlus', src, depend = ['RT_USING_CPLUSPLUS'], CPPPATH = CPPPATH)
 
 Return('group')