summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-31 22:11:55 -0400
committerNeil Moore <neil@s-z.org>2014-05-31 22:12:01 -0400
commit41138fff585b6ea0222b2a766ec0f9416734eefc (patch)
tree9ff7e89abb0979fab9897e4cf5925778c8d12d87 /crawl-ref/source/Makefile
parent585d3544944f3f1e25a1bc8e967c7d300802befe (diff)
downloadcrawl-ref-41138fff585b6ea0222b2a766ec0f9416734eefc.tar.gz
crawl-ref-41138fff585b6ea0222b2a766ec0f9416734eefc.zip
Only set COPY_FONTS when building tiles (geekosaur).
We only use it inside an ifdef TILES, so this has no real effect.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index a6dbf4ac13..17eed16f72 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -200,11 +200,11 @@ ifneq (,$(findstring MINGW,$(uname_S)))
BUILD_SDL = YesPlease
BUILD_SDLIMAGE = YesPlease
BUILD_LIBPNG = YesPlease
+ COPY_FONTS = yes
endif
ifeq ($(shell gcc -v -static -static-libstdc++ 2>&1 | grep 'unrecognized option'),)
EXTRA_LIBS += -static -static-libgcc -static-libstdc++
endif
- COPY_FONTS = yes
endif
ifeq ($(uname_S),Darwin)
STRIP := strip -x
@@ -219,8 +219,8 @@ ifeq ($(uname_S),Darwin)
BUILD_SDL = YesPlease
BUILD_SDLIMAGE = YesPlease
BUILD_LIBPNG = YesPlease
+ COPY_FONTS = yes
endif
- COPY_FONTS = yes
endif
ifdef USE_ICC
NO_RDYNAMIC := YesPlease