changeset 294:1032015f77ee

- ./configure arch detection support for newer iOS SDK versions (10+)
author Tassilo Philipp
date Wed, 25 Apr 2018 11:10:13 +0200
parents 9269d17a8f99
children a6963fd4a8cc
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Apr 24 23:21:48 2018 +0200
+++ b/configure	Wed Apr 25 11:10:13 2018 +0200
@@ -147,7 +147,7 @@
         [67].*)
           ARCHS="-arch armv7"
           ;;
-        [89].*)
+        [89].*|1[0-9].*)
           ARCHS="-arch armv7 -arch arm64"
           ;;
       esac