Skip to content

Update meson.build for MinGW compatibility. See #65

Andrea Veri requested to merge 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