Update meson.build for MinGW compatibility. See #65
Compile option -fstack-protector-strong
not supported on MinGW; disabling it when host_machine.system() == 'windows'
prevents compilation from failing.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
Compile option -fstack-protector-strong
not supported on MinGW; disabling it when host_machine.system() == 'windows'
prevents compilation from failing.