Update unqlite.go
Trying to get it to compile with UNQLITE_ENABLE_THREADS=1 on Windows GCC
This commit is contained in:
parent
dd85ad5a91
commit
083d381acb
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ package unqlitego
|
||||||
/*
|
/*
|
||||||
#cgo linux 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
|
#cgo darwin CFLAGS: -DUNQLITE_ENABLE_THREADS=1
|
||||||
|
#cgo windows CFLAGS: -DUNQLITE_ENABLE_THREADS=1
|
||||||
#include "./unqlite.h"
|
#include "./unqlite.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue