Explorar o código

[修改]:修改bsp中rtgui的依赖。

SummerGift %!s(int64=8) %!d(string=hai) anos
pai
achega
950b769f75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bsp/stm32f429-apollo/applications/SConscript

+ 1 - 1
bsp/stm32f429-apollo/applications/SConscript

@@ -6,6 +6,6 @@ cwd     = os.path.join(str(Dir('#')), 'applications')
 src	= Glob('*.c')
 CPPPATH = [cwd, str(Dir('#'))]
 
-group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
+group = DefineGroup('Applications', src, depend = ['RT_USING_GUIENGINE'], CPPPATH = CPPPATH)
 
 Return('group')