diff options
author | David Hill <dhill@conformal.com> | 2013-08-28 22:06:36 -0400 |
---|---|---|
committer | David Hill <dhill@conformal.com> | 2013-08-28 22:06:36 -0400 |
commit | 8897c6d5efe8472a29e4271fbf70a585393d369f (patch) | |
tree | 76538bccf7a0f76f1001bfa9e02d57f3a8dd1032 | |
parent | coverage badge (diff) | |
download | golite-8897c6d5efe8472a29e4271fbf70a585393d369f.tar.gz golite-8897c6d5efe8472a29e4271fbf70a585393d369f.tar.xz |
unbreak build on non-linux
-rw-r--r-- | sqlite3_other.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go index 52fea18..49946d6 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -3,6 +3,7 @@ package sqlite3 /* -#cgo LDFLAGS: -v -ldl +#cgo LDFLAGS: -v +#cgo linux LDFLAGS: -ldl */ import "C" |