]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/Makefile
Make it compile without XONOTIC defined
[xonotic/xonotic-data.pk3dir.git] / qcsrc / Makefile
index 903d8537e695bf35b33fb78889c814a38536cf7b..916fe08c9b52b79d567e3de832366c32e8af14fd 100644 (file)
@@ -7,7 +7,7 @@ WORKDIR ?= ../.tmp
 QCCFLAGS_WATERMARK ?= $(shell git describe --tags --dirty='~')
 VER = $(subst *,\*,$(QCCFLAGS_WATERMARK))
 NDEBUG ?= 1
-XONOTIC ?= 1
+XONOTIC ?= 0
 BUILD_MOD ?=
 
 ifndef ZIP