mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Disable the autoupdater; enable only if intentional, like for official builds.
This commit is contained in:
parent
063875e89a
commit
0eb497b01b
1 changed files with 4 additions and 4 deletions
8
Makefile
8
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
|
||||
|
|
Loading…
Reference in a new issue