mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
Don't go-install genxdr
This commit is contained in:
parent
c64321df47
commit
91b35118d9
3
build.sh
3
build.sh
@ -96,9 +96,8 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
xdr() {
|
xdr() {
|
||||||
go install ./xdr/cmd/genxdr
|
|
||||||
for f in discover/packets files/leveldb protocol/message scanner/blocks scanner/file ; do
|
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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user