Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7cbb35eece307c06bf3489306cae099c4f1200c2
https://github.com/WebKit/WebKit/commit/7cbb35eece307c06bf3489306cae099c4f1200c2
Author: Pascoe <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M Source/cmake/WebKitXcodeSDK.cmake
Log Message:
-----------
Build fix after 314875@main
rdar://179200664
https://bugs.webkit.org/show_bug.cgi?id=316755
Unreviewed, build fix.
set(CACHE{VAR} ...) is not a valid CMake write form — it silently
creates a normal variable named "CACHE{VAR}" instead of writing
the cache entry. Use the standard positional syntax so
CMAKE_OSX_SYSROOT and the tool paths are actually cached.
* Source/cmake/WebKitXcodeSDK.cmake:
Canonical link: https://commits.webkit.org/314880@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications