Skip to content

Commit dfef8b7

Browse files
committed
Moved solaris flag from _other.go => _solaris.go
1 parent 1013924 commit dfef8b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sqlite3_other.go

-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ package sqlite3
1010
/*
1111
#cgo CFLAGS: -I.
1212
#cgo linux LDFLAGS: -ldl
13-
#cgo solaris LDFLAGS: -lc
1413
*/
1514
import "C"

sqlite3_solaris.go

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ package sqlite3
99

1010
/*
1111
#cgo CFLAGS: -D__EXTENSIONS__=1
12+
#cgo LDFLAGS: -lc
1213
*/
1314
import "C"

0 commit comments

Comments
 (0)