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

package sqlite3

/*
#cgo LDFLAGS: -v
#cgo linux LDFLAGS: -ldl
*/
import "C"