toxcore/dist-build/android-x86.sh

4 lines
140 B
Bash
Raw Normal View History

2014-02-24 17:12:55 +08:00
#!/bin/sh
export CFLAGS="-Ofast"
TARGET_ARCH=x86 TOOLCHAIN_NAME=x86-4.8 HOST_COMPILER=i686-linux-android "$(dirname "$0")/android-build.sh"