diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-11 00:03:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-11 00:04:04 -0400 |
commit | 70fdf046ba09aac4fac40e1e93cfaa88926fb5d4 (patch) | |
tree | 905765353780a1c151674e570029085300637671 /Makefile | |
parent | dee00883115e74951bb57ae2ed439ea7bdcaaa51 (diff) |
update to arm-linux-androideabi-4.8 and current cabal
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -190,9 +190,9 @@ android: Build/EvilSplicer # Cabal cannot cross compile with custom build type, so workaround. sed -i 's/Build-type: Custom/Build-type: Simple/' tmp/androidtree/git-annex.cabal if [ ! -e tmp/androidtree/dist/setup/setup ]; then \ - cd tmp/androidtree && $$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin/cabal configure -fAndroid $(ANDROID_FLAGS); \ + cd tmp/androidtree && $$HOME/.ghc/android-14/arm-linux-androideabi-4.8/arm-linux-androideabi/bin/cabal configure -fAndroid $(ANDROID_FLAGS); \ fi - cd tmp/androidtree && $$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin/cabal build + cd tmp/androidtree && $$HOME/.ghc/android-14/arm-linux-androideabi-4.8/arm-linux-androideabi/bin/cabal build adb: ANDROID_FLAGS="-Production" $(MAKE) android |