Disable the autoupdater; enable only if intentional, like for official builds.

This commit is contained in:
Ryan C. Gordon 2017-06-02 02:29:09 -04:00
parent 063875e89a
commit 0eb497b01b
1 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ endif
ifndef BUILD_RENDERER_OPENGL2
BUILD_RENDERER_OPENGL2=
endif
ifndef BUILD_AUTOUPDATER
BUILD_AUTOUPDATER=
ifndef BUILD_AUTOUPDATER # DON'T build unless you mean to!
BUILD_AUTOUPDATER=0
endif
#############################################################################
@ -231,8 +231,8 @@ ifndef USE_YACC
USE_YACC=0
endif
ifndef USE_AUTOUPDATER
USE_AUTOUPDATER=1
ifndef USE_AUTOUPDATER # DON'T include unless you mean to!
USE_AUTOUPDATER=0
endif
ifndef DEBUG_CFLAGS