瀏覽代碼

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')