From 14750badab245c4e2a52276b00663f3cac47f10e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 4 May 2013 14:16:15 -0400 Subject: only set ANDROID_FLAGS if not already set --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e4523d2d..1c1742e17 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ osxapp: Build/Standalone Build/OSXMkLibs rm -f tmp/git-annex.dmg.bz2 bzip2 --fast tmp/git-annex.dmg -ANDROID_FLAGS= +ANDROID_FLAGS?= # Cross compile for Android. # Uses https://github.com/neurocyte/ghc-android android: Build/EvilSplicer -- cgit v1.2.3