diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 14:34:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 14:34:53 -0400 |
commit | 86dc3c05f46cdb4e44a9e7edb84d9a878f07e93e (patch) | |
tree | bc2b2c285a6648edf0f2299024193a17c0988afb /Makefile | |
parent | ae6829f23de808657444c5eecaf2ba4b93294217 (diff) |
explicitly disable webapp on android
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,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 -Pairing' + $$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin/cabal configure -f'Android Assistant -Pairing -Webapp' $(MAKE) git-annex androidapp: |