Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e8791090c2e8abab64ef6be9fbc9d342d09cdd08
https://github.com/WebKit/WebKit/commit/e8791090c2e8abab64ef6be9fbc9d342d09cdd08
Author: Geoffrey Garen <[email protected]>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M Source/cmake/OptionsCocoa.cmake
M Source/cmake/clang-wrapper
M Source/cmake/ninja-wrapper
Log Message:
-----------
[CMake] Resolve ninja path via xcrun at configure time
https://bugs.webkit.org/show_bug.cgi?id=316122
rdar://178548259
Reviewed by Elliott Williams and Pascoe.
By default on Darwin installs, 'ninja' does not actually exist
in any $PATH, but 'xcrun ninja' can still find it.
Use xcrun to resolve the ninja path at configure time and save
it, like we do for clang/swiftc/etc.
Then use the resolved / cached path at build time.
Canonical link: https://commits.webkit.org/314403@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications