From 0eb497b01bb7cdd503bffab352f95495c74a470c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 2 Jun 2017 02:29:09 -0400 Subject: [PATCH] Disable the autoupdater; enable only if intentional, like for official builds. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 322fc15d..1d472de2 100644 --- a/Makefile +++ b/Makefile @@ -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