aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-Core.podspec.template
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-09-29 17:08:59 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-10-04 14:39:47 -0700
commitfb4cb27da275bc196ca6b449e7e55f6c40b40009 (patch)
tree922f2fe7dfa6bffb8bbfd7e6ba5b8a779aef51bd /templates/gRPC-Core.podspec.template
parent3137faac5cc1bcff58fa2729bb57489f1aa12cef (diff)
Add PB_NO_PACKED_STRUCTS to gRPC-Core
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r--templates/gRPC-Core.podspec.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index 2281484917..5dc020d7d9 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -119,6 +119,7 @@
# build.
'USE_HEADERMAP' => 'NO',
'ALWAYS_SEARCH_USER_PATHS' => 'NO',
+ 'GCC_PREPROCESSOR_DEFINITIONS' => '"$(inherited)" "COCOAPODS=1" "PB_NO_PACKED_STRUCTS=1"',
}
s.default_subspecs = 'Interface', 'Implementation'