diff options
author | mattn <mattn.jp@gmail.com> | 2017-08-30 19:57:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 19:57:18 +0900 |
commit | 132eeedb4ad10f217a357d731f930cbdd1360733 (patch) | |
tree | 45438e41d445e4496b5c80066b74ba760ac07fb1 /sqlite3_other.go | |
parent | Add support for collation sequences implemented in Go. (diff) | |
parent | Merge pull request #461 from mattn/solaris (diff) | |
download | golite-132eeedb4ad10f217a357d731f930cbdd1360733.tar.gz golite-132eeedb4ad10f217a357d731f930cbdd1360733.tar.xz |
Merge branch 'master' into master
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r-- | sqlite3_other.go | 1 |
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" |