From 691a8a9de39861ab7f63b5a92d0c5cbf610f3049 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 28 Aug 2013 14:46:33 +0900 Subject: Use sqlite3.c in all platforms --- sqlite3_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_other.go') diff --git a/sqlite3_other.go b/sqlite3_other.go index 96fb194..52fea18 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -3,6 +3,6 @@ package sqlite3 /* -#cgo pkg-config: sqlite3 +#cgo LDFLAGS: -v -ldl */ import "C" -- cgit v1.2.3