build: Fix proto builder on Windows

This commit is contained in:
Audrius Butkevicius
2016-11-03 22:06:51 +00:00
parent 3418497f3d
commit 14937e7dd2
10 changed files with 164 additions and 158 deletions

View File

@@ -1,4 +1,4 @@
// protoc --proto_path=../../../../../:../../../../gogo/protobuf/protobuf:. --gogofast_out=. message.proto
// protoc protoc -I ../../../../../ -I ../../../../gogo/protobuf/protobuf -I . --gogofast_out=. message.proto
syntax = "proto3";