Explorar el Código

No auto-updates on BSD either.

Adam Ierymenko hace 10 años
padre
commit
4c687fca45
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      make-freebsd.mk

+ 0 - 4
make-freebsd.mk

@@ -10,12 +10,8 @@ OBJS+=osdep/BSDEthernetTap.o
 
 
 # "make official" is a shortcut for this
 # "make official" is a shortcut for this
 ifeq ($(ZT_OFFICIAL_RELEASE),1)
 ifeq ($(ZT_OFFICIAL_RELEASE),1)
-	ZT_AUTO_UPDATE=1
 	DEFS+=-DZT_OFFICIAL_RELEASE 
 	DEFS+=-DZT_OFFICIAL_RELEASE 
 endif
 endif
-ifeq ($(ZT_AUTO_UPDATE),1)
-	DEFS+=-DZT_AUTO_UPDATE 
-endif
 
 
 # "make debug" is a shortcut for this
 # "make debug" is a shortcut for this
 ifeq ($(ZT_DEBUG),1)
 ifeq ($(ZT_DEBUG),1)