Merge pull request #3 from nkbai/master
build error on windows because of pthread
This commit is contained in:
commit
34287a64fb
|
@ -9,6 +9,6 @@ package sqlite3
|
|||
/*
|
||||
#cgo CFLAGS: -I. -fno-stack-check -fno-stack-protector -mno-stack-arg-probe
|
||||
#cgo windows,386 CFLAGS: -D_localtime32=localtime
|
||||
#cgo LDFLAGS: -lmingwex -lmingw32
|
||||
#cgo LDFLAGS: -lmingwex -lmingw32 -lpthread
|
||||
*/
|
||||
import "C"
|
||||
|
|
Loading…
Reference in New Issue