Skip to content

Commit

Permalink
chore: apply static linking fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theoparis committed Apr 23, 2024
1 parent 7e90434 commit 5ff36fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ path = "lib.rs"
annotate-snippets = { version = "0.9.1", features = ["color"], optional = true }
bitflags = "2.2.1"
cexpr = "0.6"
clang-sys = { version = "1", features = ["clang_6_0"] }
clang-sys = { git = "https://github.com/theoparis/clang-sys", features = ["clang_6_0"] }
itertools = { version = ">=0.10,<0.13", default-features = false }
lazy_static = "1"
lazycell = "1"
Expand All @@ -43,7 +43,7 @@ syn = { version = "2.0", features = ["full", "extra-traits", "visit-mut"] }
which = { version = "4.2.1", optional = true, default-features = false }

[features]
default = ["logging", "prettyplease", "runtime", "which-rustfmt"]
default = ["logging", "prettyplease", "static", "which-rustfmt"]
logging = ["dep:log"]
static = ["clang-sys/static"]
runtime = ["clang-sys/runtime"]
Expand Down

0 comments on commit 5ff36fe

Please sign in to comment.