diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 14:05:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 14:05:24 -0400 |
commit | 5eeb9b803871ef4898937167e6d1be83342b52dc (patch) | |
tree | 791a177ba2bf2d383fc77d39ccd2eb97c995fbcf /Makefile | |
parent | effeb0611402eed2dfb834b3ebd4f02145c5c09a (diff) |
temporarily remove DNS flag for Android
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |