summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorChris West <therealchriswest@hotmail.com>2013-01-05 22:56:33 +0000
committerChris West <therealchriswest@hotmail.com>2013-01-05 22:56:33 +0000
commit790e88e9b35b19348e3ab3a2a6cdb813eca8f3db (patch)
tree3474d1378cecdf0a2c26b672488331de358f20f5 /crawl-ref/source/Makefile
parent7b9dd373c7176f978a73aae058cde120e27ae648 (diff)
downloadcrawl-ref-790e88e9b35b19348e3ab3a2a6cdb813eca8f3db.tar.gz
crawl-ref-790e88e9b35b19348e3ab3a2a6cdb813eca8f3db.zip
improved build of rltiles for android
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index fa889fb376..6b42a0459a 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1611,9 +1611,9 @@ tx-sync:
.PHONY: build-rltiles
build-rltiles: .contrib-libs $(RLTILES)/dc-unrand.txt
ifdef ANDROID
- # force submake to run properly
- env -i - sh -c "$(MAKE) -C $(RLTILES) all TILES=1 V=1"
- # prove that tiles were generated properly
+ # force submake to run properly
+ +$(MAKE) -C $(RLTILES) all ANDROID=1 TILES=1 V=1
+ # prove that tiles were generated properly
grep tile_info rltiles/*.cc| head
else
+$(MAKE) -C $(RLTILES) all ARCH=$(ARCH) TILES=$(TILES)$(WEBTILES)