mozilla / cubeb-rs

ISC License
61 stars 19 forks source link

Use c_char instead of i8 to fix build on Linux aarch64. #78

Closed padenot closed 1 year ago

padenot commented 1 year ago

It feels like std::ffi::c_char would be more appropriate, but this isn't available in the minimum rust version supported by Firefox (it was just added in 1.64, current Firefox must build with 1.61).

This fixed https://github.com/mozilla/cubeb-rs/issues/77.