fixed the build issue

This commit is contained in:
anthrodjear 2026-05-04 12:48:52 +03:00
parent be67aed4dc
commit fcd31d15bd

View file

@ -1,4 +1,4 @@
//go:build !mipsle && !netbsd && !(freebsd && arm) && !android //go:build !mipsle && !netbsd && !(freebsd && arm) && !android && !windows
package gateway package gateway
@ -16,7 +16,7 @@ import (
// generated 32-bit FreeBSD code (size_t/uint64 and int32/int64 mismatches // generated 32-bit FreeBSD code (size_t/uint64 and int32/int64 mismatches
// in libc_freebsd.go). // 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 // 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 // crypto path, or to upgrade/replace the upstream sqlite dependency once the
// affected targets are supported. // affected targets are supported.