From 2f0b35e3c25bc4394f3288e1baa77d250cb510ed Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 10 Feb 2022 19:10:54 -0700 Subject: misc: go mod vendor --- vendor/github.com/mattn/go-sqlite3/sqlite3_other.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vendor/github.com/mattn/go-sqlite3/sqlite3_other.go (limited to 'vendor/github.com/mattn/go-sqlite3/sqlite3_other.go') diff --git a/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go b/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go new file mode 100644 index 0000000..077d3c6 --- /dev/null +++ b/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go @@ -0,0 +1,17 @@ +// Copyright (C) 2019 Yasuhiro Matsumoto . +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + +// +build !windows + +package sqlite3 + +/* +#cgo CFLAGS: -I. +#cgo linux LDFLAGS: -ldl +#cgo linux,ppc LDFLAGS: -lpthread +#cgo linux,ppc64 LDFLAGS: -lpthread +#cgo linux,ppc64le LDFLAGS: -lpthread +*/ +import "C" -- cgit v1.2.3-54-g00ecf