diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-26 19:22:16 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-26 19:22:16 +0000 |
commit | 4a935863df17cf0f13978a1c0041914e7b6b5efa (patch) | |
tree | d34b42144b73a758b3cfcdb5d66831be827a9590 /Makefile | |
parent | 8e430254e2e5705d3b18646b4615dee963355097 (diff) |
enable XMPP on android
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ osxapp: Build/Standalone Build/OSXMkLibs rm -f tmp/git-annex.dmg.bz2 bzip2 --fast < tmp/git-annex.dmg > tmp/git-annex.dmg.bz2 -ANDROID_FLAGS?=-f-XMPP +ANDROID_FLAGS?= # Cross compile for Android. # Uses https://github.com/neurocyte/ghc-android android: Build/EvilSplicer |