aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-08-28 14:46:33 +0900
committermattn <mattn.jp@gmail.com>2013-08-28 14:46:33 +0900
commit691a8a9de39861ab7f63b5a92d0c5cbf610f3049 (patch)
tree616e3d7f775f814ad930b46e30ca84f36336f626 /sqlite3_other.go
parentMerge pull request #73 from cookieo9/extlist (diff)
downloadgolite-691a8a9de39861ab7f63b5a92d0c5cbf610f3049.tar.gz
golite-691a8a9de39861ab7f63b5a92d0c5cbf610f3049.tar.xz
Use sqlite3.c in all platforms
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r--sqlite3_other.go2
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"