mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
v1.2.2
This commit is contained in:
@@ -6,6 +6,6 @@ path = [cwd]
|
||||
src = Glob('*.c')
|
||||
|
||||
mycflags = ' -w'
|
||||
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP'], CPPPATH = path, CFLAGS = mycflags)
|
||||
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP'], CPPPATH = path, LOCAL_CFLAGS = mycflags)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user