diff configure @ 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 f8fe0f87b7c1
children e6bd998b0308
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