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_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlite3_windows.go') diff --git a/sqlite3_windows.go b/sqlite3_windows.go index f47272d..abc8384 100644 --- a/sqlite3_windows.go +++ b/sqlite3_windows.go @@ -2,6 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +// +build windows package sqlite3 -- cgit v1.2.3