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

This commit is contained in:
SummerGift
2017-10-09 14:22:08 +08:00
parent 757613866e
commit 950b769f75
+1 -1
View File
@@ -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')