WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
313546
[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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-28 08:00:51 PDT
<
rdar://problem/175759190
>
David Kilzer (:ddkilzer)
Comment 2
2026-04-28 09:29:32 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/63796
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.
Top of Page
Format For Printing
XML
Clone This Bug