summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-15 23:46:11 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-16 00:16:59 +0300
commita3ff47a4c21518760786a0d15a178ebbe78ac7a7 (patch)
treed0495afd2e26252bcc46a87f3c13106cdedd2b7d /ios
parent3de8a0fda4fc5de35d6659d02ff9e72e8290dfe3 (diff)
Use WORKDIR instead of hardcoding unxiosr.pro
In a --enable-dbgutil build there is no ".pro" suffix. Change-Id: Id95f5a4a972059a9c67985a8c15405a9303ad6b2
Diffstat (limited to 'ios')
-rw-r--r--ios/shared/ios_sharedlo.xcodeproj/project.pbxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/ios/shared/ios_sharedlo.xcodeproj/project.pbxproj b/ios/shared/ios_sharedlo.xcodeproj/project.pbxproj
index aafc896d1f8a..2c59fbfe03d0 100644
--- a/ios/shared/ios_sharedlo.xcodeproj/project.pbxproj
+++ b/ios/shared/ios_sharedlo.xcodeproj/project.pbxproj
@@ -481,8 +481,8 @@
HEADER_SEARCH_PATHS = (
"$(BUILDDIR)/config_host",
../../include,
- "$(BUILDDIR)/workdir/unxiosr.pro/UnoApiHeadersTarget/udkapi/comprehensive",
- "$(BUILDDIR)/workdir/unxiosr.pro/UnoApiHeadersTarget/offapi/comprehensive",
+ "$(WORKDIR)/UnoApiHeadersTarget/udkapi/comprehensive",
+ "$(WORKDIR)/UnoApiHeadersTarget/offapi/comprehensive",
);
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
LD_NO_PIE = NO;
@@ -516,8 +516,8 @@
HEADER_SEARCH_PATHS = (
"$(BUILDDIR)/config_host",
../../include,
- "$(BUILDDIR)/workdir/unxiosr.pro/UnoApiHeadersTarget/udkapi/comprehensive",
- "$(BUILDDIR)/workdir/unxiosr.pro/UnoApiHeadersTarget/offapi/comprehensive",
+ "$(WORKDIR)/UnoApiHeadersTarget/udkapi/comprehensive",
+ "$(WORKDIR)/UnoApiHeadersTarget/offapi/comprehensive",
);
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
LD_NO_PIE = NO;