Skip to content

Commit a960d97

Browse files
inevitypvdrz
andauthored
Fix bindgen-cli support link static libclang (#2644)
* Fix bindgen-cli support link static libclang * Update CHANGELOG.md --------- Co-authored-by: Christian Poveda <[email protected]>
1 parent b43ab10 commit a960d97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
argument use `void` as its sole argument.
184184
## Removed
185185
## Fixed
186+
- Allow compiling `bindgen-cli` with a static libclang.
186187
## Security
187188

188189
# 0.68.1

bindgen-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "main.rs"
2020
name = "bindgen"
2121

2222
[dependencies]
23-
bindgen = { path = "../bindgen", version = "=0.68.1", features = ["__cli", "experimental"] }
23+
bindgen = { path = "../bindgen", version = "=0.68.1", default-features = false, features = ["__cli", "experimental"] }
2424
clap = { version = "4", features = ["derive"] }
2525
clap_complete = "4"
2626
env_logger = { version = "0.10.0", optional = true }

0 commit comments

Comments
 (0)