plasticbox / grpc-windows

Build gRPC on Windows x64
119 stars 50 forks source link

fix path to grpc_cpp_plugin.exe in test_protoc.bat #2

Closed fredchyan closed 7 years ago

fredchyan commented 7 years ago

grpc_cpp_plugin.exe is located in \grpc\bin\grpc_protoc_plugins but not \grpc\bin\protobuf\release.

Original error message:

C:\grpc-windows-master\grpc_helloworld>test_protoc.bat
--grpc_out: protoc-gen-grpc: The system cannot find the file specified.

--grpc_out: protoc-gen-grpc: The system cannot find the file specified.

This patch fixes this issue.

fredchyan commented 7 years ago

This fixes #1