erickguan / ffi-icu

FFI wrappers for ICU. MRI extension with the dynamic C library.
https://github.com/erickguan/ffi-icu
MIT License
35 stars 22 forks source link

automatically include any Debian multi-arch #47

Closed ccutrer closed 3 years ago

ccutrer commented 3 years ago

I could make it "correct" with

`dpkg-architecture -qDEB_TARGET_MULTIARCH`.strip

but that seems weird to shell out

erickguan commented 3 years ago

Thanks! It's fine to start with a temporary fix. Can you send a random commit to trigger CI?

erickguan commented 3 years ago

Awesome, thanks!