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

MSYS2 #33

Closed cfis closed 8 months ago

cfis commented 8 years ago

ffi-icu no longer works when building with mingw64 on Windows with msys2. The issue is that the libicu libraries now have different name, starting with lib (so matches *nix systems more closely).

erickguan commented 8 months ago

Merged in #73.