From 542ae647f8601bafd96233961b150cae198e0295 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 28 Apr 2015 08:57:25 +0900 Subject: [PATCH] remove -lpthread. related issue #201 --- sqlite3_other.go | 1 - 1 file changed, 1 deletion(-) 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"