RESOLVED FIXED313552
[WebKit] Install libWebKitPlatform.a when FORCE_TOOL_INSTALL=YES
https://bugs.webkit.org/show_bug.cgi?id=313552
Summary [WebKit] Install libWebKitPlatform.a when FORCE_TOOL_INSTALL=YES
David Kilzer (:ddkilzer)
Reported 2026-04-28 09:35:52 PDT
`WebKitPlatform.xcconfig` unconditionally sets `SKIP_INSTALL = YES` and has no `INSTALL_PATH`, which prevents `libWebKitPlatform.a` from being installed to `/usr/local/lib/` when building roots with `--tools`. This causes TestIPC to fail to link with `-lWebKitPlatform` in Production builds because the static library is built but never installed into the SDK root.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-04-28 09:40:45 PDT
David Kilzer (:ddkilzer)
Comment 2 2026-04-28 10:00:21 PDT
EWS
Comment 3 2026-04-29 07:56:16 PDT
Committed 312284@main (5df21324d820): <https://commits.webkit.org/312284@main> Reviewed commits have been landed. Closing PR #63801 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.