Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c64f173cd14b90c5dd27df5552a4b68c06c9a565
https://github.com/WebKit/WebKit/commit/c64f173cd14b90c5dd27df5552a4b68c06c9a565
Author: David Kilzer <[email protected]>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M Source/WebGPU/Configurations/WGSL.xcconfig
Log Message:
-----------
[WebGPU] Install libwgsl.a when FORCE_TOOL_INSTALL=YES
<https://bugs.webkit.org/show_bug.cgi?id=313546>
<rdar://175759190>
Reviewed by Mike Wyrzykowski.
Replace the unconditional `SKIP_INSTALL = YES` with the standard
`FORCE_TOOL_INSTALL` pattern so `libwgsl.a` is installed to
`/usr/local/lib/` when building with `--tools`. Without this,
the WGSL static library is built but never installed into the SDK
root, so TestWGSL cannot find it via `-lwgsl` in Production
builds.
* Source/WebGPU/Configurations/WGSL.xcconfig:
Canonical link: https://commits.webkit.org/312224@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications