Apply -lpthread withou windows.

This commit is contained in:
Yasuhiro Matsumoto
2015-03-12 18:43:55 +09:00
parent 1b67b9f03b
commit 308067797b
3 changed files with 2 additions and 2 deletions

View File

@@ -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"