Skip to content

Fix build with clang-cl MSVC 2019 >=16.9.0

Aleksandr Mezin requested to merge amezin/libffi:meson into meson

After 16.9.0 update of MSVC 2019, this libffi fork stopped building with clang-cl again. This MR fixes it by pulling upstream changes.

Fixes #7

Builds successfully (and seems to work) with cl, clang-cl (MSVC 2019 16.9.0), mingw (cross on Arch Linux)

Edited by Aleksandr Mezin

Merge request reports