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:
Diffstat (limited to 'cfg/Base.xcconfig')
-rw-r--r--cfg/Base.xcconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg/Base.xcconfig b/cfg/Base.xcconfig
index 83c7bfd..538ba87 100644
--- a/cfg/Base.xcconfig
+++ b/cfg/Base.xcconfig
@@ -8,6 +8,8 @@ SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
IPHONEOS_DEPLOYMENT_TARGET = 8.0
+SKIP_INSTALL = YES
+
HEADER_SEARCH_PATHS = "$(SRCROOT)/src" "$(SRCROOT)/proto" "$(SRCROOT)/3rdparty/speex/include" "$(SRCROOT)/3rdparty/celt-0.7.0/libcelt" "$(SRCROOT)/3rdparty/opus/include" "$(SRCROOT)/3rdparty/openssl/include" "$(SRCROOT)/3rdparty/protobuf/src/runtime/Classes"
LIBRARY_SEARCH_PATHS = "$(inherited)" "$(SRCROOT)"