hitzhangjie/gorpc

protoc v2.5.0, -protodir=. cannot process correctly

Closed this issue · 1 comments

protoc v2.5.0, -protodir=. cannot process correctly

the bug comes from protoc v2.5.0, it cannot handle current directory '.' or abs('.').

one method is to avoid passing -protopath=. or abs(.) to it.

solved.