Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e919ef6a4f246b2bc29d846e4255449f76933432
https://github.com/WebKit/WebKit/commit/e919ef6a4f246b2bc29d846e4255449f76933432
Author: Elliott Williams <[email protected]>
Date: 2026-02-27 (Fri, 27 Feb 2026)
Changed paths:
M Source/WebKit/mac/replace-webkit-additions-includes.py
Log Message:
-----------
[Build] replace-webkit-additions-includes.py does not honor "safari-sdk"
header prefix
https://bugs.webkit.org/show_bug.cgi?id=308835
rdar://170201946
Reviewed by Richard Robinson, Lily Spiniolas, and Abrar Rahman Protyasha.
In STP and downlevels, we install content to
./usr/local/include/safari-sdk. This script is hard-coded to only look
for content in ./usr/local/include, so in production builds, it reads
stale WKA content from the base SDK instead of what we actually built.
Fix by reading the correct build setting when computing include paths.
* Source/WebKit/mac/replace-webkit-additions-includes.py:
(read_content_from_webkit_additions):
Canonical link: https://commits.webkit.org/308362@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications