UNQLITE_ENABLE_THREADS=1 On Windows
Get it to compile with UNQLITE_ENABLE_THREADS=1 on Windows GCC (On a separate branch this time)
This commit is contained in:
parent
dd85ad5a91
commit
e350fa2043
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 darwin CFLAGS: -DUNQLITE_ENABLE_THREADS=1
|
||||
#cgo windows CFLAGS: -DUNQLITE_ENABLE_THREADS=1
|
||||
#include "./unqlite.h"
|
||||
#include <stdlib.h>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue