mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02:00
JsonArray.h does not #include the definition of JsonValue::serialize, as it lives in JsonObject.h. The macOS Clang target handles symbol visibility slightly differently (I couldn't figure out how exactly), so no visible instantiation ended up being created for the function, causing a link failure.
28 KiB
28 KiB