From eaeec8ef44a9014561b4afdf699c1400f448562d Mon Sep 17 00:00:00 2001 From: irieda Date: Mon, 2 Dec 2013 14:20:57 +0900 Subject: [PATCH] Update unqlite.go --- unqlite.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unqlite.go b/unqlite.go index b6bc21f..b9fa47d 100644 --- a/unqlite.go +++ b/unqlite.go @@ -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 */ import "C"