aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-13 10:29:38 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-13 10:29:38 -0700
commit60df47a1b7ebed4ac2543e96a5d6640559aef568 (patch)
tree9abd7c8277dc5709a2c25f26050e9328cfca434f /src/objective-c/tests/Tests.xcodeproj/project.pbxproj
parentd02c9d2b54f8ab0f263351328451df9718c7cbdf (diff)
added env var to the Cronet target
Diffstat (limited to 'src/objective-c/tests/Tests.xcodeproj/project.pbxproj')
-rw-r--r--src/objective-c/tests/Tests.xcodeproj/project.pbxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/tests/Tests.xcodeproj/project.pbxproj b/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
index f838f4c221..b01d5ffcea 100644
--- a/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
+++ b/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
@@ -1568,6 +1568,7 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
+ "HOST_PORT_REMOTE=$(HOST_PORT_REMOTE)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;