Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hubel <andreas.hubel@br.de>2021-01-23 21:13:03 +0300
committerAndreas Hubel <andreas.hubel@br.de>2021-01-23 21:19:54 +0300
commit76ababeb9b681148b9dfa744cc7b70d98366611f (patch)
tree93e2f7e9ff27fe708f16cb6b64e1895be2519f65
parentac23e20ffbfefb922eb5ecdf31807d3028380649 (diff)
fix warnings: set ARCHS = arm64
-rw-r--r--3rdparty/celt-0.7.0-build/Base.xcconfig2
1 files changed, 1 insertions, 1 deletions
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