aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"