[修改]:修改bsp中rtgui的依赖。
This commit is contained in:
parent
757613866e
commit
950b769f75
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue