Skip to content

Commit

Permalink
unbreak build on non-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi committed Aug 29, 2013
1 parent 1450ef9 commit 8897c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlite3_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package sqlite3

/*
#cgo LDFLAGS: -v -ldl
#cgo LDFLAGS: -v
#cgo linux LDFLAGS: -ldl
*/
import "C"

0 comments on commit 8897c6d

Please sign in to comment.