Skip to content

Commit

Permalink
Moved solaris flag from _other.go => _solaris.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gjrtimmer committed Jun 13, 2018
1 parent 1013924 commit dfef8b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion sqlite3_other.go
Expand Up @@ -10,6 +10,5 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
#cgo solaris LDFLAGS: -lc
*/
import "C"
1 change: 1 addition & 0 deletions sqlite3_solaris.go
Expand Up @@ -9,5 +9,6 @@ package sqlite3

/*
#cgo CFLAGS: -D__EXTENSIONS__=1
#cgo LDFLAGS: -lc
*/
import "C"

0 comments on commit dfef8b7

Please sign in to comment.