merge
This commit is contained in:
parent
2bf37243a8
commit
e7945470e7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
package unqlitego
|
package unqlitego
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -DUNQLITE_ENABLE_THREADS=1 -Wno-unused-but-set-variable
|
#cgo linux CFLAGS: -DUNQLITE_ENABLE_THREADS=1 -Wno-unused-but-set-variable
|
||||||
|
#cgo darwin CFLAGS: -DUNQLITE_ENABLE_THREADS=1
|
||||||
#include "./unqlite.h"
|
#include "./unqlite.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue