Skip to content

Commit

Permalink
support Solaris
Browse files Browse the repository at this point in the history
See #459
  • Loading branch information
mattn committed Aug 30, 2017
1 parent d40d490 commit ee72024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sqlite3_libsqlite3.go
Expand Up @@ -10,5 +10,6 @@ package sqlite3
#cgo CFLAGS: -DUSE_LIBSQLITE3
#cgo linux LDFLAGS: -lsqlite3
#cgo darwin LDFLAGS: -L/usr/local/opt/sqlite/lib -lsqlite3
#cgo solaris LDFLAGS: -lsqlite3
*/
import "C"
1 change: 1 addition & 0 deletions sqlite3_other.go
Expand Up @@ -9,5 +9,6 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
#cgo solaris LDFLAGS: -lc
*/
import "C"

0 comments on commit ee72024

Please sign in to comment.