mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-04 14:41:47 +00:00
4 lines
160 B
Bash
Executable File
4 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-Ofast"
|
|
TARGET_ARCH=mips TOOLCHAIN_NAME=mipsel-linux-android-4.8 HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|