mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-21 15:28:14 +08:00
https://github.com/rust-lang/rust-bindgen/issues/1694#issuecomment-565625756 > Are you using default-features = false? I think you need to change to features = ["dynamic"] if so so that clang is runtime-detected. Otherwise it needs a relatively-new libclang version.