forked from mirror/go-sqlcipher
remove -lpthread. related issue #201
This commit is contained in:
parent
f136f0c8dc
commit
542ae647f8
|
@ -9,6 +9,5 @@ package sqlite3
|
|||
/*
|
||||
#cgo CFLAGS: -I.
|
||||
#cgo linux LDFLAGS: -ldl
|
||||
#cgo LDFLAGS: -lpthread
|
||||
*/
|
||||
import "C"
|
||||
|
|
Loading…
Reference in New Issue