Fix build on riscv64 (#542)

Add riscv64 build tag for udp_linux_64.go to fix build on riscv64

Co-authored-by: Wade Simmons <wade@wades.im>
This commit is contained in:
rvalue
2021-10-13 22:55:32 +08:00
committed by GitHub
parent 3a8f533b24
commit 0e7bc290f8
4 changed files with 14 additions and 2 deletions

View File

@ -39,7 +39,8 @@ ALL_LINUX = linux-amd64 \
linux-mipsle \
linux-mips64 \
linux-mips64le \
linux-mips-softfloat
linux-mips-softfloat \
linux-riscv64
ALL = $(ALL_LINUX) \
darwin-amd64 \