libvips / build-win64-mxe

79 stars 15 forks source link

Add `--with-ffi-compat` build option #57

Closed kleisauke closed 1 year ago

kleisauke commented 1 year ago

After this, the "-static" variant distributes libvips as a single shared library.

To ensure compatibility with the FFI-bindings, a new variant ("-static-ffi") is introduced, which continues to compile GLib as a shared library.


Manually-tested with sharp using this changeset: https://github.com/lovell/sharp/compare/gauge...kleisauke:win32-single-shared