google / rust_icu

rust_icu: rust bindings for ICU (International Components for Unicode) library
Apache License 2.0
113 stars 34 forks source link

Move linking flags to build.rs to help with non-cargo build systems #287

Closed gferon closed 11 months ago

gferon commented 11 months ago

While using rust_icu with Bazel, I realized that the #[cfg_attr] attributes in the code make everything difficult.

This brings the following improvement:

filmil commented 11 months ago

Please rebase, and let me know when to continue reviewing.

gferon commented 11 months ago

This is ready for a review now!

filmil commented 11 months ago

Thank you for the contribution, for improving the linking recipes, and for the new workflow configuration!

All are most welcome.