remove -lpthread. related issue #201

This commit is contained in:
Yasuhiro Matsumoto 2015-04-28 08:57:25 +09:00
parent f136f0c8dc
commit 542ae647f8
1 changed files with 0 additions and 1 deletions

View File

@ -9,6 +9,5 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
#cgo LDFLAGS: -lpthread
*/
import "C"