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:
Jesse van den Kieboom 2013-03-23 11:30:43 +01:00
parent 869fc7ec30
commit 51dff2333e
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
package sqlite package sqlite
/* /*
#cgo pkg-config: sqlite3 #cgo CFLAGS: -I.
*/ */
import "C" import "C"