Skip to content

Commit

Permalink
echopb/Makefile: update proto search path
Browse files Browse the repository at this point in the history
  • Loading branch information
unship committed Jul 4, 2017
1 parent 30218c2 commit 0bf7df6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions echopb/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
all:
protoc -I/usr/local/include -I. \
-I${GOPATH}/src \
-I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
-I../github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--go_out=plugins=grpc:. \
service.proto
protoc -I/usr/local/include -I. \
-I${GOPATH}/src \
-I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
-I../github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--grpc-gateway_out=logtostderr=true:. \
service.proto
protoc -I/usr/local/include -I. \
-I${GOPATH}/src \
-I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
-I../github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--swagger_out=logtostderr=true:. \
service.proto
go generate .

0 comments on commit 0bf7df6

Please sign in to comment.