Bug 313546
| Summary: | [WebGPU] Install libwgsl.a when FORCE_TOOL_INSTALL=YES | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | WebGPU | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mwyrzykowski, tzagallo, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Kilzer (:ddkilzer)
`WGSL.xcconfig` unconditionally sets `SKIP_INSTALL = YES`, which prevents `libwgsl.a` from being installed to `/usr/local/lib/` when building roots with `--tools`. This causes TestWGSL to fail to link with `-lwgsl` in Production builds because the WGSL static library is built but never installed into the SDK root.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175759190>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/63796
EWS
Committed 312224@main (c64f173cd14b): <https://commits.webkit.org/312224@main>
Reviewed commits have been landed. Closing PR #63796 and removing active labels.