From 308067797b0fcce4ca06362580dc6db77c1bfeda Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 12 Mar 2015 18:43:55 +0900 Subject: Apply -lpthread withou windows. --- sqlite3_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_other.go') 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" -- cgit v1.2.3