Don't go-install genxdr

This commit is contained in:
Jakob Borg 2014-07-12 20:08:55 +02:00
parent c64321df47
commit 91b35118d9
1 changed files with 1 additions and 2 deletions

View File

@ -96,9 +96,8 @@ setup() {
}
xdr() {
go install ./xdr/cmd/genxdr
for f in discover/packets files/leveldb protocol/message scanner/blocks scanner/file ; do
genxdr "${f}.go" > "${f}_xdr.go"
go run xdr/cmd/genxdr/main.go -- "${f}.go" > "${f}_xdr.go"
done
}