diff options
author | mattn <mattn.jp@gmail.com> | 2013-08-28 14:46:33 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-08-28 14:46:33 +0900 |
commit | 691a8a9de39861ab7f63b5a92d0c5cbf610f3049 (patch) | |
tree | 616e3d7f775f814ad930b46e30ca84f36336f626 /sqlite3_other.go | |
parent | Merge pull request #73 from cookieo9/extlist (diff) | |
download | golite-691a8a9de39861ab7f63b5a92d0c5cbf610f3049.tar.gz golite-691a8a9de39861ab7f63b5a92d0c5cbf610f3049.tar.xz |
Use sqlite3.c in all platforms
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r-- | sqlite3_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |