Loading
nlohmann_json: fix musl build
Musl does not support LC_NUMERIC [1], so the relevant test introduced in nlohmann_json 3.12 fails. To restore compatibility, the error has been turned into a warning upstream [2]. Pick the patch. [1] https://wiki.musl-libc.org/open-issues.html [2] https://github.com/nlohmann/json/pull/4770