Skip to content

meson: Fix build failure with gcc10 on mingw

We were explicitly setting c_args and c_link_args to [], which overrode the values inherited from the env via CFLAGS and LDFLAGS.

Also add a comment for future reference.

Fixes #263 (closed)

Merge request reports