Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3dea0502ac2e9c30d4a9b38a6152e0e09c1cb705
https://github.com/WebKit/WebKit/commit/3dea0502ac2e9c30d4a9b38a6152e0e09c1cb705
Author: Adrian Taylor <[email protected]>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M Source/WebKit/CMakeLists.txt
Log Message:
-----------
Fix Windows problems with WebKit_SWIFT_INTEROP_SOURCES
https://bugs.webkit.org/show_bug.cgi?id=322191
rdar://185424040
Reviewed by Richard Robinson.
This fixes a couple of things for Windows Swift builds related to
WebKit_SWIFT_INTEROP_SOURCES.
First, one of the C++ files is not compiled on Windows at all, so we need to
gate that. Secondly, this variable is used to exclude files from unified builds
using a regex match that includes the path separator, so we need to include the
backslash in that regex.
Canonical link: https://commits.webkit.org/319588@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications