aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-08-28 19:17:43 -0700
committermattn <mattn.jp@gmail.com>2013-08-28 19:17:43 -0700
commitc1e6c9a1bce39f9579e8130afecb29092d8af8f5 (patch)
tree76538bccf7a0f76f1001bfa9e02d57f3a8dd1032
parentcoverage badge (diff)
parentunbreak build on non-linux (diff)
downloadgolite-c1e6c9a1bce39f9579e8130afecb29092d8af8f5.tar.gz
golite-c1e6c9a1bce39f9579e8130afecb29092d8af8f5.tar.xz
Merge pull request #75 from dajohi/master
unbreak build on non-linux
-rw-r--r--sqlite3_other.go3
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"