diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-04-28 08:57:25 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-04-28 08:58:25 +0900 |
commit | 542ae647f8601bafd96233961b150cae198e0295 (patch) | |
tree | 0e751db96f8b5287ad1c529a89832e0e067152a2 /sqlite3_other.go | |
parent | Remove debug code (diff) | |
download | golite-542ae647f8601bafd96233961b150cae198e0295.tar.gz golite-542ae647f8601bafd96233961b150cae198e0295.tar.xz |
remove -lpthread. related issue #201
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r-- | sqlite3_other.go | 1 |
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" |