aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2017-08-30 19:57:18 +0900
committerGitHub <noreply@github.com>2017-08-30 19:57:18 +0900
commit132eeedb4ad10f217a357d731f930cbdd1360733 (patch)
tree45438e41d445e4496b5c80066b74ba760ac07fb1 /sqlite3_other.go
parentAdd support for collation sequences implemented in Go. (diff)
parentMerge pull request #461 from mattn/solaris (diff)
downloadgolite-132eeedb4ad10f217a357d731f930cbdd1360733.tar.gz
golite-132eeedb4ad10f217a357d731f930cbdd1360733.tar.xz
Merge branch 'master' into master
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r--sqlite3_other.go1
1 files changed, 1 insertions, 0 deletions
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"