diff --git a/sqlite3_windows.c b/sqlite3.c similarity index 100% rename from sqlite3_windows.c rename to sqlite3.c diff --git a/sqlite3_other.go b/sqlite3_other.go index 58030db..7e428cc 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -3,6 +3,6 @@ package sqlite /* -#cgo pkg-config: sqlite3 +#cgo CFLAGS: -I. */ import "C"