explicitly disable webapp on android
This commit is contained in:
parent
64336f07db
commit
c234d46345
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -164,7 +164,7 @@ osxapp:
|
||||||
# Cross compile for Android.
|
# Cross compile for Android.
|
||||||
# Uses https://github.com/neurocyte/ghc-android
|
# Uses https://github.com/neurocyte/ghc-android
|
||||||
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
|
$(MAKE) git-annex
|
||||||
|
|
||||||
androidapp:
|
androidapp:
|
||||||
|
|
Loading…
Reference in a new issue