Skip to content

Commit c584a76

Browse files
committed
fix/306
* ppc * ppc64 * ppc64le
1 parent 9395ac9 commit c584a76

File tree

3 files changed

+3
-28
lines changed

3 files changed

+3
-28
lines changed

sqlite3_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"

sqlite3_ppc.go

Lines changed: 0 additions & 14 deletions
This file was deleted.

sqlite3_ppc64.go

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)