From ebbdeee0bb91d5008a405e43114f1653ecdf8ce8 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:54:10 +0000 Subject: bump modernc.org/sqlite to v1.35.0-concurrency-workaround (#3797) --- vendor/modernc.org/libc/libc_unix1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/modernc.org/libc/libc_unix1.go') diff --git a/vendor/modernc.org/libc/libc_unix1.go b/vendor/modernc.org/libc/libc_unix1.go index 601754513..f4e5f7aef 100644 --- a/vendor/modernc.org/libc/libc_unix1.go +++ b/vendor/modernc.org/libc/libc_unix1.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build unix && !illumos && !(linux && (amd64 || arm64 || loong64)) && !openbsd +//go:build unix && !illumos && !(linux && (amd64 || arm64 || loong64 || ppc64le || s390x || riscv64 || 386 || arm)) && !openbsd package libc // import "modernc.org/libc" -- cgit v1.2.3