Skip to content

Commit

Permalink
remove -lpthread. related issue #201
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Apr 27, 2015
1 parent f136f0c commit 542ae64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlite3_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
#cgo LDFLAGS: -lpthread
*/
import "C"

0 comments on commit 542ae64

Please sign in to comment.