diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-07-30 23:08:43 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-07-30 23:08:43 -0700 |
commit | d0b32e9a55a11aa19263396c340b5f9f31119d2a (patch) | |
tree | 7ec34ba18f7f27afe0c72730181ab8182abcbfa7 /src/objective-c/generated_libraries/RemoteTestClient | |
parent | 856aca8d26c070c43c10b896d63c9b839da0fc66 (diff) |
Make plugin & server, and pod install via run_tests.py
Diffstat (limited to 'src/objective-c/generated_libraries/RemoteTestClient')
-rw-r--r-- | src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec b/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec index d897d1cf07..6b00efebb8 100644 --- a/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec +++ b/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec @@ -8,10 +8,7 @@ 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 CONFIG=dbg grpc_objective_c_plugin - cd - - protoc --plugin=protoc-gen-grpc=../../../../bins/dbg/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto + protoc --plugin=protoc-gen-grpc=../../../../bins/$CONFIG/grpc_objective_c_plugin --objc_out=. --grpc_out=. *.proto CMD s.subspec "Messages" do |ms| |