mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 09:08:47 +02:00
fix building for Android
This commit is contained in:
parent
85fd89a9a9
commit
9c97d0576e
2 changed files with 14 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue