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 1013924 commit dfef8b7Copy full SHA for dfef8b7
sqlite3_other.go
@@ -10,6 +10,5 @@ package sqlite3
10
/*
11
#cgo CFLAGS: -I.
12
#cgo linux LDFLAGS: -ldl
13
-#cgo solaris LDFLAGS: -lc
14
*/
15
import "C"
sqlite3_solaris.go
@@ -9,5 +9,6 @@ package sqlite3
9
#cgo CFLAGS: -D__EXTENSIONS__=1
+#cgo LDFLAGS: -lc
0 commit comments