diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-18 19:46:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-18 19:46:11 -0400 |
commit | 38b4df478b6e41b2b4749944991f2199e3d90bec (patch) | |
tree | 0ea08bb3db3f5a0fd7f3a514136b1872e061ccaf /Makefile | |
parent | 769412a9157721809a2b69003253240584d91876 (diff) |
fix quoting bug
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=Assistant -Pairing -XMPP # Cross compile for Android. # Uses https://github.com/neurocyte/ghc-android android: Build/EvilSplicer |