summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 14:05:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 14:05:24 -0400
commit5eeb9b803871ef4898937167e6d1be83342b52dc (patch)
tree791a177ba2bf2d383fc77d39ccd2eb97c995fbcf
parenteffeb0611402eed2dfb834b3ebd4f02145c5c09a (diff)
temporarily remove DNS flag for Android
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 626e0f124..387fb45a0 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ osxapp:
# Cross compile for Android.
# Uses https://github.com/neurocyte/ghc-android
android:
- $$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin/cabal configure -f'Android Assistant DNS'
+ $$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin/cabal configure -f'Android Assistant'
$(MAKE) git-annex
androidapp: