Enable Sqlite R*Tree Module

This commit is contained in:
Fabian Wickborn
2013-12-22 23:20:40 +01:00
parent afb8145692
commit f85c1dc044
2 changed files with 2 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
#cgo CFLAGS: -DSQLITE_ENABLE_RTREE
*/
import "C"