aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-07-30 20:42:08 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-07-30 20:42:08 -0700
commit856aca8d26c070c43c10b896d63c9b839da0fc66 (patch)
tree801768f8388ee418c0c9b5a6092902138fff4d90 /src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec
parentf4ff31a64208bac6c4ab87f9a848a3dc11b9797d (diff)
Ensure the tests podspecs find the plugin they make
Diffstat (limited to 'src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec')
-rw-r--r--src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec b/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec
index d38b72ccbe..a6a7cf65f9 100644
--- a/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec
+++ b/src/objective-c/generated_libraries/RouteGuideClient/RouteGuide.podspec
@@ -9,9 +9,9 @@ Pod::Spec.new do |s|
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
s.prepare_command = <<-CMD
cd ../../../..
- make grpc_objective_c_plugin
+ make CONFIG=dbg grpc_objective_c_plugin
cd -
- protoc --plugin=protoc-gen-grpc=../../../../bins/opt/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto
+ protoc --plugin=protoc-gen-grpc=../../../../bins/dbg/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto
CMD
s.subspec "Messages" do |ms|