commit | 8fd975bd490bab9d12416d7f546b4f6749ee39ad | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Fri Aug 29 17:52:00 2014 +0200 |
committer | David 'Digit' Turner <digit@google.com> | Fri Aug 29 17:52:00 2014 +0200 |
tree | 72e39bc2c0c88414064d5df4348cef530b787194 | |
parent | 90fa9e889709e34bdf6d2d33a33fe060395d7f38 [diff] |
scripts/rebuild.sh: Remove 32-bit Darwin binaries. We no longer support 32-bit binaries on Darwin, so don't even try to build them with this script.
diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 34b648d..f0c5020 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh
@@ -760,7 +760,6 @@ ;; darwin-*) build_qemu_android darwin-x86_64 - build_qemu_android darwin-x86 ;; *) panic "Your operating system is not supported!"