We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40d490 commit ee72024Copy full SHA for ee72024
sqlite3_libsqlite3.go
@@ -10,5 +10,6 @@ package sqlite3
10
#cgo CFLAGS: -DUSE_LIBSQLITE3
11
#cgo linux LDFLAGS: -lsqlite3
12
#cgo darwin LDFLAGS: -L/usr/local/opt/sqlite/lib -lsqlite3
13
+#cgo solaris LDFLAGS: -lsqlite3
14
*/
15
import "C"
sqlite3_other.go
@@ -9,5 +9,6 @@ package sqlite3
9
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
+#cgo solaris LDFLAGS: -lc
0 commit comments