honzasp / rust-turbojpeg

Rust bindings for TurboJPEG library
MIT License
16 stars 12 forks source link

Specify ANDROID_ABI to cmake when compiling libjpeg-turbo #10

Closed tyilo closed 1 year ago

tyilo commented 1 year ago

Without specifying this, compilation fails for x86 Android.

This fixes #9

honzasp commented 1 year ago

Thank you very much for your fix! :) I merged your changes and released a new version 0.2.3 of turbojpeg-sys.