aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2015-04-28 08:57:25 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2015-04-28 08:58:25 +0900
commit542ae647f8601bafd96233961b150cae198e0295 (patch)
tree0e751db96f8b5287ad1c529a89832e0e067152a2 /sqlite3_other.go
parentRemove debug code (diff)
downloadgolite-542ae647f8601bafd96233961b150cae198e0295.tar.gz
golite-542ae647f8601bafd96233961b150cae198e0295.tar.xz
remove -lpthread. related issue #201
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r--sqlite3_other.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go
index 8d98b4a..a20d02c 100644
--- a/sqlite3_other.go
+++ b/sqlite3_other.go
@@ -9,6 +9,5 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
-#cgo LDFLAGS: -lpthread
*/
import "C"