summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 437d4a2076..acaa05fe07 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -171,14 +171,13 @@ CXX = $(GCXX) $(ARCHS) -isysroot $(SDKROOT) -mmacosx-version-min=$(SDK_VER)
endif # MacOS
+RLTILES = rltiles
#
# Tiles build stuff
#
ifneq ($(TILES),n)
-RLTILES = rltiles
-
DEFINES += -DUSE_TILE
INCLUDES += -I$(RLTILES)