Browse Source

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

SummerGift 7 năm trước cách đây
mục cha
commit
950b769f75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')