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
path: root/cfg
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2012-12-21 01:52:53 +0400
committerMikkel Krautz <mikkel@krautz.dk>2012-12-21 01:52:53 +0400
commiteebfbef436be7db2f407aacfdccc803f13f153e0 (patch)
tree4eccbf31747bfbe25bb13f1265060bcf7251a049 /cfg
parenta000da88428738a5b4cabd532cfb215eedf49e39 (diff)
cfg, 3rdparty: update build to work in directories with spaces in them.
Diffstat (limited to 'cfg')
-rw-r--r--cfg/Base.xcconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg/Base.xcconfig b/cfg/Base.xcconfig
index a1cac50..f76c9ea 100644
--- a/cfg/Base.xcconfig
+++ b/cfg/Base.xcconfig
@@ -8,8 +8,8 @@ SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
IPHONEOS_DEPLOYMENT_TARGET = 5.0
-HEADER_SEARCH_PATHS = src proto 3rdparty/speex/include 3rdparty/celt-0.7.0/libcelt 3rdparty/opus/include 3rdparty/openssl/include 3rdparty/protobuf/src/runtime/Classes
-LIBRARY_SEARCH_PATHS = $(inherited) "$(SRCROOT)"
+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)"
GCC_PRECOMPILE_PREFIX_HEADER = YES
GCC_PREFIX_HEADER = src/MumbleKit.pch