diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-11 11:47:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-11 11:47:39 -0400 |
commit | 3ce402a4c63e4ac04ab788cfd3ad8ea964b402ef (patch) | |
tree | 33a006d1681c87c2532ed340e62f679b715a9988 /Makefile | |
parent | 4e14ef3660924e7c005c42d4d58716ee0beb2d31 (diff) |
update for path in newer ghc-android
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -232,8 +232,8 @@ osxapp: # including the same version of git. android: $(MAKE) Build/SysConfig.hs - GHC=$$HOME/.ghc-android-14-arm-linux-androideabi-4.7/bin/arm-unknown-linux-androideabi-ghc \ - CC=$$HOME/.ghc-android-14-arm-linux-androideabi-4.7/bin/arm-linux-androideabi-gcc \ + GHC=$$HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin/arm-unknown-linux-androideabi-ghc \ + CC=$$HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin/arm-linux-androideabi-gcc \ FEATURES="-DWITH_ANDROID -DWITH_ASSISTANT -DWITH_DNS" \ ANDROID=1 $(MAKE) fast |