diff options
author | Muxi Yan <mxyan@google.com> | 2018-03-08 15:36:33 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-03-08 15:36:33 -0800 |
commit | 40beafa2ee8797399748d9aef0b2df79c4e3645a (patch) | |
tree | f70a624538d31d991433da6ea369465badcaae5b /templates/gRPC-Core.podspec.template | |
parent | 1450fd5ee0ed9255960b17175f65b583af3ca540 (diff) |
Put change in template file
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r-- | templates/gRPC-Core.podspec.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template index c28b78dbdf..24a0888e06 100644 --- a/templates/gRPC-Core.podspec.template +++ b/templates/gRPC-Core.podspec.template @@ -202,6 +202,6 @@ # TODO (mxyan): Instead of this hack, add include path "third_party" to C core's include path? s.prepare_command = <<-END_OF_COMMAND - find src/core/ -type f -exec sed -E -i'.back' 's;#include "third_party/nanopb/(.*)";#include <nanopb/\\1>;g' {} \\\; + find src/core/ -type f ! -path '*.back*' -exec sed -E -i'.back' 's;#include "third_party/nanopb/(.*)";#include <nanopb/\\1>;g' {} \\\; END_OF_COMMAND end |