Skip to content

Commit

Permalink
Disable the autoupdater; enable only if intentional, like for officia…
Browse files Browse the repository at this point in the history
…l builds.
  • Loading branch information
icculus committed Jun 2, 2017
1 parent 063875e commit 0eb497b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

#############################################################################
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0eb497b

Please sign in to comment.