Bug 313552
| Summary: | [WebKit] Install libWebKitPlatform.a when FORCE_TOOL_INSTALL=YES | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | WebKit Misc. | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Kilzer (:ddkilzer)
`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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175765586>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/63801
EWS
Committed 312284@main (5df21324d820): <https://commits.webkit.org/312284@main>
Reviewed commits have been landed. Closing PR #63801 and removing active labels.