Skip to content

Commit

Permalink
Add: OpenBSD
Browse files Browse the repository at this point in the history
Fixes #321
  • Loading branch information
gjrtimmer committed Jun 13, 2018
1 parent dfef8b7 commit 25ecb14
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 @@ -11,6 +11,7 @@ package sqlite3
#cgo CFLAGS: -DUSE_LIBSQLITE3
#cgo linux LDFLAGS: -lsqlite3
#cgo darwin LDFLAGS: -L/usr/local/opt/sqlite/lib -lsqlite3
#cgo openbsd LDFLAGS: -lsqlite3
#cgo solaris LDFLAGS: -lsqlite3
*/
import "C"
1 change: 1 addition & 0 deletions sqlite3_opt_icu.go
Expand Up @@ -12,5 +12,6 @@ package sqlite3
#cgo CFLAGS: -DSQLITE_ENABLE_ICU
#cgo darwin CFLAGS: -I/usr/local/opt/icu4c/include
#cgo darwin LDFLAGS: -L/usr/local/opt/icu4c/lib
#cgo openbsd LDFLAGS: -lsqlite3
*/
import "C"

0 comments on commit 25ecb14

Please sign in to comment.