fixed the build issue
This commit is contained in:
parent
be67aed4dc
commit
fcd31d15bd
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//go:build !mipsle && !netbsd && !(freebsd && arm) && !android
|
||||
//go:build !mipsle && !netbsd && !(freebsd && arm) && !android && !windows
|
||||
|
||||
package gateway
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ import (
|
|||
// generated 32-bit FreeBSD code (size_t/uint64 and int32/int64 mismatches
|
||||
// in libc_freebsd.go).
|
||||
//
|
||||
// This means Matrix is currently unavailable on those targets. The proper
|
||||
// - windows/*: mautrix crypto requires libolm which has no native Windows support. The proper
|
||||
// long-term fix is to split Matrix basic support from its E2EE/sqlite-backed
|
||||
// crypto path, or to upgrade/replace the upstream sqlite dependency once the
|
||||
// affected targets are supported.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue