Skip to content

Fix build with MSVC and non-English locale

Seungha Yang requested to merge seungha.yang/cerbero:graphene-fix into master
build: Preserve MSVC toolchain CFLAGS during meson configure

MSVC toolchain CFLAGS contains only things to be applied unconditionally.
graphene, json-glib: Fix build with MSVC and non-English locale

Apply patches to remove `-we4819` which causes build error on non-English locale system
Edited by Seungha Yang

Merge request reports