Loading
pkg-config: Fix MinGW build
- MinGW build of pkg-config was failing due to fprintf format errors (-Werror=format=, see https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat). - Added "-Wno-error=format" flag to silence this error.