You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Cargo.toml has e.g. crate_type = ["staticlib", "cdylib"] it would make sense to use library(..., rust_abi: 'c') instead of both_libraries() to give shared and/or static decision to Meson instead of respecting Cargo.toml.