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

github.com/mumble-voip/mumble-iphoneos.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 21:50:04 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-04-06 21:50:04 +0400
commitdcd0af7f77a4f96af24106f79b0c1ff8f369a58b (patch)
tree700695255a123453f7c8d023b77206206ff34f5d /BuildConfig
parentb5a30b39c0899b03f365388c8e7e986d2c480b71 (diff)
Dependencies/plcrashreporter: update plcrashrepoter to a Git submodule to get ARM64 support.
Diffstat (limited to 'BuildConfig')
-rw-r--r--BuildConfig/Base.xcconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildConfig/Base.xcconfig b/BuildConfig/Base.xcconfig
index 51beda3..c38099a 100644
--- a/BuildConfig/Base.xcconfig
+++ b/BuildConfig/Base.xcconfig
@@ -16,7 +16,7 @@ TARGETED_DEVICE_FAMILY = 1 // iPhone
ALWAYS_SEARCH_USER_PATHS = NO
USER_HEADER_SEARCH_PATHS =
-HEADER_SEARCH_PATHS = "${PROJECT_DIR}/MumbleKit/src/" "${PROJECT_DIR}/Dependencies/fmdb/src/" "${PROJECT_DIR}/Dependencies/gtm/" "${PROJECT_DIR}/Dependencies/MKNumberBadgeView/" "${PROJECT_DIR}/Dependencies/plcrashreporter"
+HEADER_SEARCH_PATHS = "${PROJECT_DIR}/MumbleKit/src/" "${PROJECT_DIR}/Dependencies/fmdb/src/" "${PROJECT_DIR}/Dependencies/gtm/" "${PROJECT_DIR}/Dependencies/MKNumberBadgeView/" "${PROJECT_DIR}/Dependencies/plcrashreporter/Source"
FRAMEWORK_SEARCH_PATHS =
OTHER_CFLAGS = -DNS_BLOCK_ASSERTIONS=1
@@ -31,6 +31,6 @@ GCC_PREFIX_HEADER = Source/Mumble.pch
VALIDATE_PRODUCT = YES
-OTHER_LDFLAGS = -all_load -ObjC
+OTHER_LDFLAGS = -all_load -ObjC -lc++
PRODUCT_NAME = Mumble