Skip to content

Commit a4cd81b

Browse files
committed
fix/306
Included fix 306. Closes #306
1 parent fa6e997 commit a4cd81b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/os_other.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ package sqlite3
1010
/*
1111
#cgo CFLAGS: -I.
1212
#cgo linux LDFLAGS: -ldl
13+
#cgo linux,ppc LDFLAGS: -lpthread
14+
#cgo linux,ppc64 LDFLAGS: -lpthread
15+
#cgo linux,ppc64le LDFLAGS: -lpthread
1316
*/
1417
import "C"

0 commit comments

Comments
 (0)