Forráskód Böngészése

add judge of RT_USING_LWIP_HEAD

hduffddybz 10 éve
szülő
commit
5694c77bcf
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      components/net/SConscript

+ 1 - 1
components/net/SConscript

@@ -7,7 +7,7 @@ objs = []
 list = os.listdir(os.path.join(RTT_ROOT, 'components', 'net'))
 list = os.listdir(os.path.join(RTT_ROOT, 'components', 'net'))
 
 
 # the default version of LWIP is 1.4.1
 # the default version of LWIP is 1.4.1
-if not GetDepend('RT_USING_LWIP132') and not GetDepend('RT_USING_LWIP140'):
+if not GetDepend('RT_USING_LWIP132') and not GetDepend('RT_USING_LWIP140') and not GetDepend('RT_USING_LWIP_HEAD'):
     AddDepend('RT_USING_LWIP141')
     AddDepend('RT_USING_LWIP141')
 
 
 for d in list:
 for d in list: