aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2015-03-12 18:43:55 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2015-03-12 18:43:55 +0900
commit308067797b0fcce4ca06362580dc6db77c1bfeda (patch)
tree19e0f996aeb0a34fe7d4a55af455554f136f8515 /sqlite3_other.go
parentMerge pull request #183 from stgraber/master (diff)
downloadgolite-308067797b0fcce4ca06362580dc6db77c1bfeda.tar.gz
golite-308067797b0fcce4ca06362580dc6db77c1bfeda.tar.xz
Apply -lpthread withou windows.
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 54b6c7a..8d98b4a 100644
--- a/sqlite3_other.go
+++ b/sqlite3_other.go
@@ -9,6 +9,6 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
-#cgo CFLAGS: -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE
+#cgo LDFLAGS: -lpthread
*/
import "C"