diff options
author | mattn <mattn.jp@gmail.com> | 2017-08-30 19:54:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 19:54:59 +0900 |
commit | b8d537f91a262b86fc5dfae4fd5a5c282d2b95fd (patch) | |
tree | 8ee1b97a63a96c55f482b9a2a85d092c52488cb3 /sqlite3_other.go | |
parent | fixes #458 (diff) | |
parent | fix race (diff) | |
download | golite-b8d537f91a262b86fc5dfae4fd5a5c282d2b95fd.tar.gz golite-b8d537f91a262b86fc5dfae4fd5a5c282d2b95fd.tar.xz |
Merge pull request #461 from mattn/solaris
support Solaris
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" |