Skip to content

sys crates: Enable "runtime" feature of bindgen dependency

Tom Wagner requested to merge ryuukyu/pipewire-rs:bindgen-runtime into main

Using bindgen without the "runtime" feature leads to the clang-sys crate trying to link to the clang library in less reliable ways, which, among other issues, can lead to compilation failure if multiple versions of bindgen are used in a project.

Fixes #61 (closed)

Edited by Tom Wagner

Merge request reports