aboutsummaryrefslogtreecommitdiffstats
path: root/android/build/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/build/common.sh')
-rw-r--r--android/build/common.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/android/build/common.sh b/android/build/common.sh
index 93ffba7..3f2c642 100644
--- a/android/build/common.sh
+++ b/android/build/common.sh
@@ -88,9 +88,6 @@ case "$OS" in
Linux)
# note that building 32-bit binaries on x86_64 is handled later
OS=linux-$CPU
- ;;
- FreeBSD)
- OS=freebsd-$CPU
;;
CYGWIN*|*_NT-*)
OS=windows
@@ -126,8 +123,6 @@ case $OS in
;;
darwin-*) HOST_OS=darwin
;;
- freebsd-*) HOST_OS=freebsd
- ;;
*) HOST_OS=$OS
esac
@@ -166,7 +161,6 @@ force_32bit_binaries ()
case $OS in
linux-x86_64) OS=linux-x86 ;;
darwin-x86_64) OS=darwin-x86 ;;
- freebsd-x86_64) OS=freebsd-x86 ;;
esac
HOST_ARCH=x86
CPU=x86