aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Tests.xcodeproj
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-12 13:21:34 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-12 13:21:34 -0700
commitf70b9ee3d43c0786fb1eef16b7f50ab7f74173d7 (patch)
tree493e89e6fec7454e45192455aa28c7520012cfa7 /src/objective-c/tests/Tests.xcodeproj
parentb4e97270cc13849bb5a4585c88bc6385872d643b (diff)
added correct preprocessor defines to xcodeproj
Diffstat (limited to 'src/objective-c/tests/Tests.xcodeproj')
-rw-r--r--src/objective-c/tests/Tests.xcodeproj/project.pbxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/objective-c/tests/Tests.xcodeproj/project.pbxproj b/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
index eee4897ca8..f838f4c221 100644
--- a/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
+++ b/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
@@ -1282,7 +1282,9 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
- "HOST_PORT=$(HOST_PORT)",
+ "HOST_PORT_LOCALSSL=$(HOST_PORT_LOCALSSL)",
+ "HOST_PORT_LOCAL=$(HOST_PORT_LOCAL)",
+ "HOST_PORT_REMOTE=$(HOST_PORT_REMOTE)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;