Software update fetcher seems to work, going back to updater/installer itself.

This commit is contained in:
Adam Ierymenko 2013-12-11 13:14:10 -08:00
commit ec4ffc0c2c
3 changed files with 11 additions and 1 deletions

View file

@ -5,6 +5,10 @@ INCLUDES=
DEFS=
LIBS=
ifeq ($(ZT_AUTO_UPDATE),1)
DEFS+=-DZT_AUTO_UPDATE
endif
# Uncomment for a release optimized build
CFLAGS=-Wall -O3 -fno-unroll-loops -fvisibility=hidden -fstack-protector -pthread $(INCLUDES) -DNDEBUG $(DEFS)
STRIP=strip --strip-all