From f35a35cedffc0454e6e2f74ab7cf4905d2109678 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sun, 22 Nov 2009 00:33:19 +0100 Subject: Use tar on Unix for save files, zip is unlikely to be installed. --- crawl-ref/source/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/makefile') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 6ff05d41c7..f36ace232e 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -182,6 +182,9 @@ ifneq (,$(findstring CYGWIN,$(uname_S))) NO_RDYNAMIC = YesPlease BUILD_PCRE = YesPlease endif +ifneq ($(GAME),crawl.exe) + DEFINES += -DSAVE_PACKAGE_TAR +endif # # Set up object file dependencies for $(GAME) target. -- cgit v1.2.3-54-g00ecf