Skip to content

Update meson.build for MinGW compatibility. See #65

Pellegrino Prevete requested to merge tallero/libhandy:patch-1 into master

Compile option -fstack-protector-strong not supported on MinGW; disabling it when host_machine.system() == 'windows' prevents compilation from failing.

Merge request reports