build: early check user on libclang.so due to bindgen

This commit is contained in:
Matteo Settenvini 2025-02-22 00:35:01 +01:00
parent be565d948b
commit a521428ea2
5 changed files with 16 additions and 5 deletions

View file

@ -11,15 +11,13 @@ version = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
[lib]
name = "nss_parental_ctrls"
path = "src/lib.rs"
crate-type = ["cdylib"]
[profile.release]
panic = "unwind" # We rely on this
[build-dependencies]
bindgen = { workspace = true }