diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-03-12 18:43:55 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-03-12 18:43:55 +0900 |
commit | 308067797b0fcce4ca06362580dc6db77c1bfeda (patch) | |
tree | 19e0f996aeb0a34fe7d4a55af455554f136f8515 /sqlite3_windows.go | |
parent | Merge pull request #183 from stgraber/master (diff) | |
download | golite-308067797b0fcce4ca06362580dc6db77c1bfeda.tar.gz golite-308067797b0fcce4ca06362580dc6db77c1bfeda.tar.xz |
Apply -lpthread withou windows.
Diffstat (limited to 'sqlite3_windows.go')
-rw-r--r-- | sqlite3_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |