Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5df21324d8209eaee7e09d8dce59243052e1962c
https://github.com/WebKit/WebKit/commit/5df21324d8209eaee7e09d8dce59243052e1962c
Author: David Kilzer <[email protected]>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M Source/WebKit/Configurations/WebKitPlatform.xcconfig
Log Message:
-----------
[WebKit] Install libWebKitPlatform.a when FORCE_TOOL_INSTALL=YES
<https://bugs.webkit.org/show_bug.cgi?id=313552>
<rdar://175765586>
Reviewed by Jonathan Bedard.
Apply the standard `FORCE_TOOL_INSTALL` pattern to
`WebKitPlatform.xcconfig` and add `INSTALL_PATH` so
`libWebKitPlatform.a` is installed to `/usr/local/lib/` when
building roots with `--tools`. Without this, the static library
is built but never installed into the SDK root, so TestIPC cannot
find it via `-lWebKitPlatform` in Production builds.
* Source/WebKit/Configurations/WebKitPlatform.xcconfig:
Canonical link: https://commits.webkit.org/312284@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications