Просмотр исходного кода

[tools] fix the mdk project issue

Bernard Xiong 5 лет назад
Родитель
Сommit
5e54cb169a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/libc/compilers/common/SConscript

+ 1 - 1
components/libc/compilers/common/SConscript

@@ -4,7 +4,7 @@ src   = []
 cwd   = GetCurrentDir()
 group = []
 CPPPATH = [cwd]
-CPPDEFINES = ['']
+CPPDEFINES = []
 
 if GetDepend('RT_USING_LIBC'):
     src += Glob('*.c')