From ee720241fc5db8cf245ee588870940ad7a92863c Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 30 Aug 2017 13:19:01 +0900 Subject: support Solaris See #459 --- sqlite3_other.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlite3_other.go') diff --git a/sqlite3_other.go b/sqlite3_other.go index a20d02c..f721b5e 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -9,5 +9,6 @@ package sqlite3 /* #cgo CFLAGS: -I. #cgo linux LDFLAGS: -ldl +#cgo solaris LDFLAGS: -lc */ import "C" -- cgit v1.2.3