Included fix 306.

Closes #306
This commit is contained in:
Gert-Jan Timmer 2018-06-20 16:43:04 +02:00
parent fa6e997153
commit a4cd81b9a4
1 changed files with 3 additions and 0 deletions

View File

@ -10,5 +10,8 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
#cgo linux,ppc LDFLAGS: -lpthread
#cgo linux,ppc64 LDFLAGS: -lpthread
#cgo linux,ppc64le LDFLAGS: -lpthread
*/
import "C"