summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-05-10 18:06:09 -0400
committerNeil Moore <neil@s-z.org>2013-05-10 18:06:09 -0400
commit87817edc96094ee897dca1fec42b3fb82e29fb98 (patch)
tree70327a2d7208a8565e04fc5144c0eed7709333c9 /crawl-ref/source/Makefile
parente34e213eb43bd165a651a97ebfa9a3101e1d0946 (diff)
downloadcrawl-ref-87817edc96094ee897dca1fec42b3fb82e29fb98.tar.gz
crawl-ref-87817edc96094ee897dca1fec42b3fb82e29fb98.zip
Fix DGL compilation.
Oops.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index b6743390c8..a11d0075bd 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -123,7 +123,7 @@ CFOTHERS := -pipe $(EXTERNAL_FLAGS)
CFWARN := -Wall -Wformat-security
CFWARN_L := -Wundef
-DEFINES := -DTOURNEY=0.12 $(EXTERNAL_DEFINES)
+DEFINES := -DTOURNEY='"0.12"' $(EXTERNAL_DEFINES)
ifdef ANDROID
LDFLAGS := $(EXTERNAL_LDFLAGS) $(LDFLAGS)