From 76ababeb9b681148b9dfa744cc7b70d98366611f Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sat, 23 Jan 2021 19:13:03 +0100 Subject: fix warnings: set ARCHS = arm64 --- 3rdparty/celt-0.7.0-build/Base.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/celt-0.7.0-build/Base.xcconfig b/3rdparty/celt-0.7.0-build/Base.xcconfig index 6b12682..d1f5f4b 100644 --- a/3rdparty/celt-0.7.0-build/Base.xcconfig +++ b/3rdparty/celt-0.7.0-build/Base.xcconfig @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -ARCHS = armv7 armv7s arm64 +ARCHS = arm64 SDKROOT = iphoneos MACOSX_DEPLOYMENT_TARGET = 10.7 -- cgit v1.2.3