honk/vendor/humungus.tedunangst.com/r/go-sqlite3/sqlite3_libsqlite3.go
2022-11-13 16:19:53 +01:00

12 lines
281 B
Go

// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
package sqlite3
/*
#cgo CFLAGS: -I/usr/local/include
#cgo LDFLAGS: -L/usr/local/lib -lsqlite3
*/
import "C"