changeset 53:e2519fb5f88d

configure fixes for iOS 9
author Daniel Adler <dadler@dyncall.org>
date Wed, 23 Dec 2015 15:03:49 +0100
parents 7d84baf8cf80
children 8d938410d1eb
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Dec 21 09:47:37 2015 +0100
+++ b/configure	Wed Dec 23 15:03:49 2015 +0100
@@ -139,7 +139,7 @@
         [67].*)
           ARCHS="-arch armv7"
           ;;
-        8.*)
+        [89].*)
           ARCHS="-arch armv7 -arch arm64"
           ;;
       esac