fix building for Android

This commit is contained in:
badaix 2017-10-03 16:14:47 +02:00
parent 85fd89a9a9
commit 9c97d0576e
2 changed files with 14 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#/bin/sh
export NDK_DIR_ARM="/home/johannes/Develop/android-toolchain-arm"
export NDK_DIR_MIPS="/home/johannes/Develop/android-toolchain-mips"
export NDK_DIR_X86="/home/johannes/Develop/android-toolchain-x86"
export NDK_DIR_ARM="$1-arm"
export NDK_DIR_MIPS="$1-mips"
export NDK_DIR_X86="$1-x86"
./build_android.sh