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