update for path in newer ghc-android
This commit is contained in:
parent
43b4b7d43a
commit
a86fe5ae94
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -232,8 +232,8 @@ osxapp:
|
||||||
# including the same version of git.
|
# including the same version of git.
|
||||||
android:
|
android:
|
||||||
$(MAKE) Build/SysConfig.hs
|
$(MAKE) Build/SysConfig.hs
|
||||||
GHC=$$HOME/.ghc-android-14-arm-linux-androideabi-4.7/bin/arm-unknown-linux-androideabi-ghc \
|
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 \
|
CC=$$HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin/arm-linux-androideabi-gcc \
|
||||||
FEATURES="-DWITH_ANDROID -DWITH_ASSISTANT -DWITH_DNS" \
|
FEATURES="-DWITH_ANDROID -DWITH_ASSISTANT -DWITH_DNS" \
|
||||||
ANDROID=1 $(MAKE) fast
|
ANDROID=1 $(MAKE) fast
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue