Skip to content

Meson: Fix build with msvc

Xavier Claessens requested to merge xclaesse/glib:fix-msvc into master

When compiling glib with meson and MSVC I get this build error:

[115/514] Compiling C object glib/glib@@glib-2.0@sha/gslice.c.obj. FAILED: glib/glib@@glib-2.0@sha/gslice.c.obj cl @glib/glib@@glib-2.0@sha/gslice.c.obj.rsp c:\users\xavier claessens\glib\glib\valgrind.h(463): fatal error C1189: #error: Unsupported compiler.

Edited by Xavier Claessens

Merge request reports