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,7 +1,7 @@
// Copyright (C) 2014 The Protocol Authors.
//go:generate go run ../../script/protofmt.go bep.proto
//go:generate protoc --proto_path=../../../../../:../../../../gogo/protobuf/protobuf:. --gogofast_out=. bep.proto
//go:generate protoc -I ../../../../../ -I ../../../../gogo/protobuf/protobuf -I . --gogofast_out=. bep.proto
package protocol