mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
4 lines
188 B
Bash
4 lines
188 B
Bash
|
#!/bin/sh
|
||
|
export CFLAGS="-Ofast -mthumb -marm -march=armv6"
|
||
|
TARGET_ARCH=arm TOOLCHAIN_NAME=arm-linux-androideabi-4.8 HOST_COMPILER=arm-linux-androideabi "$(dirname "$0")/android-build.sh"
|