Moved solaris flag from _other.go => _solaris.go

This commit is contained in:
Gert-Jan Timmer 2018-05-30 15:39:44 +02:00
parent 1013924b66
commit dfef8b7b8d
2 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,5 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
#cgo solaris LDFLAGS: -lc
*/
import "C"

View File

@ -9,5 +9,6 @@ package sqlite3
/*
#cgo CFLAGS: -D__EXTENSIONS__=1
#cgo LDFLAGS: -lc
*/
import "C"