Tests can now use config files (#36)
This commit is contained in:
3
vendor/github.com/mattn/go-sqlite3/sqlite3_other.go
generated
vendored
3
vendor/github.com/mattn/go-sqlite3/sqlite3_other.go
generated
vendored
@ -10,5 +10,8 @@ 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"
|
||||
|
Reference in New Issue
Block a user