Merge pull request #75 from dajohi/master

unbreak build on non-linux
This commit is contained in:
mattn 2013-08-28 19:17:43 -07:00
commit c1e6c9a1bc
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
package sqlite3
/*
#cgo LDFLAGS: -v -ldl
#cgo LDFLAGS: -v
#cgo linux LDFLAGS: -ldl
*/
import "C"