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

@@ -5,7 +5,7 @@
// You can obtain one at http://mozilla.org/MPL/2.0/.
//go:generate go run ../../script/protofmt.go structs.proto
//go:generate protoc --proto_path=../../../../../:../../../../gogo/protobuf/protobuf:. --gogofast_out=. structs.proto
//go:generate protoc -I ../../../../../ -I ../../../../gogo/protobuf/protobuf -I . --gogofast_out=. structs.proto
package db