diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-21 19:10:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-21 19:10:23 -0400 |
commit | 3ce6a17e562a63aeb0e7b1624229bbef123c3d61 (patch) | |
tree | 7402a563a9d6645a6e8dee09b2295b20093b5323 /Makefile | |
parent | 2b3906b34cb1e384185f8fd9cdc57d4feb2973fd (diff) |
got XMPP building for Android
Also enable local pairing, which also builds now thanks to WebDAV
fixes to the haskell network library.
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=Assistant -Pairing -XMPP +ANDROID_FLAGS= # Cross compile for Android. # Uses https://github.com/neurocyte/ghc-android android: Build/EvilSplicer |