diff options
Diffstat (limited to 'protocols/Tox/toxcore/dist-build/android-mips.sh')
-rw-r--r-- | protocols/Tox/toxcore/dist-build/android-mips.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Tox/toxcore/dist-build/android-mips.sh b/protocols/Tox/toxcore/dist-build/android-mips.sh deleted file mode 100644 index 6e105c2fac..0000000000 --- a/protocols/Tox/toxcore/dist-build/android-mips.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/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" |