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:
authorMikkel Krautz <mikkel@krautz.dk>2014-04-06 20:04:22 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-04-06 20:04:22 +0400
commit95b46a572eddfd23b5f08dbfc4e859d36c7124b8 (patch)
tree4342848e9004e1738bec42c6f75025499c31cfc5 /3rdparty
parent0d753bceb48025c85f05f2ccc2de417ed7b7d6fb (diff)
MumbleKit: build on arm64.
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/celt-0.7.0-build/Base.xcconfig2
-rw-r--r--3rdparty/opensslbuild/Base.xcconfig2
-rw-r--r--3rdparty/opusbuild/Base.xcconfig2
-rw-r--r--3rdparty/protobufbuild/Base.xcconfig2
-rw-r--r--3rdparty/speexbuild/Base.xcconfig2
-rw-r--r--3rdparty/speexdspbuild/Base.xcconfig2
6 files changed, 6 insertions, 6 deletions
diff --git a/3rdparty/celt-0.7.0-build/Base.xcconfig b/3rdparty/celt-0.7.0-build/Base.xcconfig
index ce41b9b..3f386b1 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
+ARCHS = armv7 arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/opensslbuild/Base.xcconfig b/3rdparty/opensslbuild/Base.xcconfig
index c4b1503..5773295 100644
--- a/3rdparty/opensslbuild/Base.xcconfig
+++ b/3rdparty/opensslbuild/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
+ARCHS = armv7 arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/opusbuild/Base.xcconfig b/3rdparty/opusbuild/Base.xcconfig
index 9b87316..4a487df 100644
--- a/3rdparty/opusbuild/Base.xcconfig
+++ b/3rdparty/opusbuild/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
+ARCHS = armv7 arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/protobufbuild/Base.xcconfig b/3rdparty/protobufbuild/Base.xcconfig
index 381a424..5b83147 100644
--- a/3rdparty/protobufbuild/Base.xcconfig
+++ b/3rdparty/protobufbuild/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
+ARCHS = armv7 arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/speexbuild/Base.xcconfig b/3rdparty/speexbuild/Base.xcconfig
index 1acdb81..2170c9c 100644
--- a/3rdparty/speexbuild/Base.xcconfig
+++ b/3rdparty/speexbuild/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
+ARCHS = armv7 arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/speexdspbuild/Base.xcconfig b/3rdparty/speexdspbuild/Base.xcconfig
index 375064f..7965530 100644
--- a/3rdparty/speexdspbuild/Base.xcconfig
+++ b/3rdparty/speexdspbuild/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
+ARCHS = armv7 arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7