diff --git a/mobile/gen_bindings.sh b/mobile/gen_bindings.sh index c325ff3f..4b1a1637 100755 --- a/mobile/gen_bindings.sh +++ b/mobile/gen_bindings.sh @@ -47,7 +47,6 @@ for file in $PROTOS; do echo "Generating mobile protos from ${file}" protoc -I/usr/local/include -I. \ - -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ --plugin=protoc-gen-custom=$falafel\ --custom_out=./build \ --custom_opt="$opts" \ @@ -77,7 +76,6 @@ do echo "Generating mobile protos from ${file}, with build tag ${tag}" protoc -I/usr/local/include -I. \ - -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ -I../lnrpc \ --plugin=protoc-gen-custom=$falafel \ --custom_out=./build \