build: early check user on libclang.so due to bindgen
This commit is contained in:
parent
be565d948b
commit
a521428ea2
5 changed files with 16 additions and 5 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue