aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
blob: 6f6d2755f0488d8ba4f961221219b84566372491 (plain) (blame)
1
2
3
4
5
6
7
8
9
// +build !windows

package sqlite3

/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
*/
import "C"