Fix the speex Xcode project since it was missing its header search path.

This commit is contained in:
jeremiah sypult 2013-07-17 14:59:58 -05:00
parent 0f9eca6546
commit 90dcf34eee
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>690b281-2013-07-11</string> <string>0f9eca6-2013-07-13</string>
<key>CGDisableCoalescedUpdates</key> <key>CGDisableCoalescedUpdates</key>
<true/> <true/>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View File

@ -478,6 +478,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
EXECUTABLE_PREFIX = lib; EXECUTABLE_PREFIX = lib;
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../code/libspeex/include\"";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
}; };
name = Debug; name = Debug;
@ -486,6 +487,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
EXECUTABLE_PREFIX = lib; EXECUTABLE_PREFIX = lib;
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../code/libspeex/include\"";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
}; };
name = Release; name = Release;