Skip to content

Commit c3ff8ce

Browse files
authored
Merge pull request #32 from Dushistov/rtree-support
build sqlite with r-tree support
2 parents 60533d7 + 6a74ad6 commit c3ff8ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

couchbase-lite-core-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fn main() {
1313
.define("SANITIZE_FOR_DEBUG_ENABLED", "False")
1414
.define("ENABLE_TESTING", "False")
1515
.define("LITECORE_BUILD_TESTS", "False")
16+
.define("SQLITE_ENABLE_RTREE", "True")
1617
.build_target("all")
1718
.build()
1819
.join("build");

0 commit comments

Comments
 (0)