Skip to content

Fix static build on Windows

Loïc Le Page requested to merge (removed):windows-static-build into meson

When building on Windows statically the flag FFI_STATIC_BUILD must be defined during compilation in order to NOT export functions with a __declspec(dllexport). If not, symbols are not correctly imported during static linkage.

Merge request reports