Skip to content
Snippets Groups Projects
Commit d787662a authored by cznic's avatar cznic
Browse files

all linux is now musl libc

parent 5c066ae5
Branches
Tags v1.35.0
No related merge requests found
......@@ -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 !(linux && (amd64 || arm64 || loong64))
//go:build !linux
package sqlite // import "modernc.org/sqlite"
......
......@@ -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 linux && (amd64 || arm64 || loong64)
//go:build linux
package sqlite // import "modernc.org/sqlite"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment