Koka / gettext-rs

GNU Gettext FFI binding for Rust
51 stars 25 forks source link

Fix system detection when cross-compiling with Yocto #106

Open tronical opened 1 year ago

tronical commented 1 year ago

In Yocto the target can be for example aarch64-poky-linux, which is most definitely gnu, but doesn't contain the gnu infix in the target.

Instead, detect Linux using CARGO_CFG_TARGET_OS and assume that it's gnu or musl.

ogoffart commented 10 months ago

@Minoru ping?

Is this crate still maintained?

Minoru commented 9 months ago

@ogoffart it is, but I haven't fixed our musl problem (#99) yet, and that blocks all further work.

ogoffart commented 3 months ago

Is it still blocked after https://github.com/Koka/gettext-rs/pull/111 ?