mirror of https://github.com/mattn/go-sqlite3.git
Use sqlite amalgamation source on all platforms
This removes the need for linking against the sqlite3 dynamic library and provides a more standalone go library
This commit is contained in:
parent
869fc7ec30
commit
51dff2333e
|
@ -3,6 +3,6 @@
|
|||
package sqlite
|
||||
|
||||
/*
|
||||
#cgo pkg-config: sqlite3
|
||||
#cgo CFLAGS: -I.
|
||||
*/
|
||||
import "C"
|
||||
|
|
Loading…
Reference in New Issue