RESOLVED FIXED313546
[WebGPU] Install libwgsl.a when FORCE_TOOL_INSTALL=YES
https://bugs.webkit.org/show_bug.cgi?id=313546
Summary [WebGPU] Install libwgsl.a when FORCE_TOOL_INSTALL=YES
David Kilzer (:ddkilzer)
Reported 2026-04-28 08:00:44 PDT
`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
Radar WebKit Bug Importer
Comment 1 2026-04-28 08:00:51 PDT
David Kilzer (:ddkilzer)
Comment 2 2026-04-28 09:29:32 PDT
EWS
Comment 3 2026-04-28 13:36:27 PDT
Committed 312224@main (c64f173cd14b): <https://commits.webkit.org/312224@main> Reviewed commits have been landed. Closing PR #63796 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.