mirror of https://github.com/mattn/go-sqlite3.git
Added link flags for dl
This commit is contained in:
parent
51dff2333e
commit
7b2b45f066
|
@ -0,0 +1,6 @@
|
|||
package sqlite
|
||||
|
||||
/*
|
||||
#cgo CFLAGS: -I.
|
||||
*/
|
||||
import "C"
|
|
@ -1,8 +1,9 @@
|
|||
// +build !windows
|
||||
// +build !windows, !darwin
|
||||
|
||||
package sqlite
|
||||
|
||||
/*
|
||||
#cgo CFLAGS: -I.
|
||||
#cgo LDFLAGS: -ldl
|
||||
*/
|
||||
import "C"
|
||||
|
|
Loading…
Reference in New Issue