diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-04 14:16:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-04 14:16:15 -0400 |
commit | 14750badab245c4e2a52276b00663f3cac47f10e (patch) | |
tree | fad9867d25b979dc67161e6e31af688421fa98de /Makefile | |
parent | 053a602b3de5453e6aeae1c96ee27b32c5b8c81b (diff) |
only set ANDROID_FLAGS if not already set
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |