Add in_gecko feature to libsqlite3-sys to bypass linking.

This commit is contained in:
Thom Chiovoloni
2020-04-02 09:12:36 -07:00
parent 3ae52545a9
commit a2db66ee3e
3 changed files with 9 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ unlock_notify = []
preupdate_hook = []
# 3.13.0
session = ["preupdate_hook"]
in_gecko = []
[build-dependencies]
bindgen = { version = "0.53", optional = true, default-features = false, features = ["runtime"] }