From 33f76f48d0698300460d15b92a339c10101dc8e6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 25 Nov 2013 13:01:53 -0400 Subject: ensure that Android TH splice is expanded in native side of build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed3c93325..9c2d2d380 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ ANDROID_FLAGS?=-f-XMPP # Uses https://github.com/neurocyte/ghc-android android: Build/EvilSplicer echo "Running native build, to get TH splices.." - if [ ! -e dist/setup/setup ]; then $(CABAL) configure -f-Production -O0 $(ANDROID_FLAGS); fi + if [ ! -e dist/setup/setup ]; then $(CABAL) configure -f-Production -O0 $(ANDROID_FLAGS) -fAndroidSplice; fi mkdir -p tmp if ! $(CABAL) build --ghc-options=-ddump-splices 2> tmp/dump-splices; then tail tmp/dump-splices >&2; exit 1; fi echo "Setting up Android build tree.." -- cgit v1.2.3