Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9b5e74e8a8e53f8b3de4d147cef7a60101487c52
https://github.com/WebKit/WebKit/commit/9b5e74e8a8e53f8b3de4d147cef7a60101487c52
Author: Pascoe <[email protected]>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M Source/ThirdParty/ANGLE/CMakeLists.txt
M Source/ThirdParty/ANGLE/PlatformMac.cmake
M Source/ThirdParty/ANGLE/include/CMakeLists.txt
Log Message:
-----------
[CMake] Fix ANGLE for Mac CMake build
https://bugs.webkit.org/show_bug.cgi?id=312022
rdar://problem/174562352
Reviewed by BJ Burg.
Set is_apple flag, update MSL source variable name, and add NO_SYMLINK
to header copy targets for CMake Mac builds.
Based on a base patch by Simon Lewis.
* Source/ThirdParty/ANGLE/CMakeLists.txt: Add is_apple flag inside
if (APPLE) block so ANGLE's GN-derived cmake finds Apple sources.
* Source/ThirdParty/ANGLE/PlatformMac.cmake: Rename
angle_translator_lib_metal_sources to angle_translator_lib_msl_sources
to match upstream ANGLE variable rename.
* Source/ThirdParty/ANGLE/include/CMakeLists.txt: Add NO_SYMLINK to
ANGLEWebGLHeaders and GLSLANGHeaders so adjust-angle-include-paths.py
does not rewrite source tree files.
Canonical link: https://commits.webkit.org/311107@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications