mirror of https://github.com/libp2p/go-libp2p.git
Browse Source
* tcp: fix build on riscv64 * explain why riscv64 doesn't work Co-authored-by: Jorropo <jorropo.pgm@gmail.com> --------- Co-authored-by: Jorropo <jorropo.pgm@gmail.com>pull/2610/head
Marten Seemann
1 year ago
committed by
GitHub
3 changed files with 5 additions and 3 deletions
@ -1,4 +1,6 @@ |
|||
//go:build windows
|
|||
// riscv64 see: https://github.com/marten-seemann/tcp/pull/1
|
|||
|
|||
//go:build windows || riscv64
|
|||
|
|||
package tcp |
|||
|
Loading…
Reference in new issue