From 8897c6d5efe8472a29e4271fbf70a585393d369f Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 28 Aug 2013 22:06:36 -0400 Subject: [PATCH] unbreak build on non-linux --- sqlite3_other.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"