Update unqlite.go
This commit is contained in:
parent
b5eb549502
commit
eaeec8ef44
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
package unqlitego
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: -L./ -lunqlite
|
||||
#include "./src/unqlite.h"
|
||||
#cgo CFLAGS: -DUNQLITE_ENABLE_THREADS=1 -Wno-unused-but-set-variable
|
||||
#include "./src/unqlite.c"
|
||||
#include <stdlib.h>
|
||||
*/
|
||||
import "C"
|
||||
|
|
Loading…
Reference in a new issue