libvips / build-win64-mxe

73 stars 15 forks source link

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

Closed kleisauke closed 9 months ago

kleisauke commented 9 months 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