Merge pull request #3 from nkbai/master

build error on windows because of pthread
This commit is contained in:
Frank Braun 2016-07-01 14:27:31 +00:00 committed by GitHub
commit 34287a64fb
1 changed files with 1 additions and 1 deletions

View File

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