mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 16:57:20 +00:00
[lwIP] Remove the unnecessary log in SConscript.
This commit is contained in:
@@ -69,7 +69,6 @@ path = [GetCurrentDir() + '/src',
|
||||
|
||||
if not GetDepend('RT_USING_POSIX') or not GetDepend('RT_USING_DFS_NET'):
|
||||
path += [GetCurrentDir() + '/src/include/posix']
|
||||
print('include /src/include/posix')
|
||||
|
||||
if GetDepend(['RT_LWIP_SNMP']):
|
||||
src += snmp_src
|
||||
|
||||
Reference in New Issue
Block a user