[webkit-changes] [WebKit/WebKit] b2ac95: Cherry-pick 262125 at main (c7e72788869f). https://bu...
Fujii Hironori
noreply at github.com
Mon Apr 17 23:45:23 PDT 2023
Branch: refs/heads/webkitglib/2.38
Home: https://github.com/WebKit/WebKit
Commit: b2ac953a5c4c29fb9dff14328d63c8609f44db38
https://github.com/WebKit/WebKit/commit/b2ac953a5c4c29fb9dff14328d63c8609f44db38
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M Source/cmake/WebKitCCache.cmake
Log Message:
-----------
Cherry-pick 262125 at main (c7e72788869f). https://bugs.webkit.org/show_bug.cgi?id=254216
[WinCairo] Compile error with ninja and ccache inside Batch
https://bugs.webkit.org/show_bug.cgi?id=254216
<rdar://problem/107149973>
Reviewed by Fujii Hironori.
The document says we should use CMAKE_<LANG>_COMPILER_LAUNCHER
variables or <LANG>_COMPILER_LAUNCHER target property for ccache
instead of RULE_LAUNCH_COMPILE property.
<https://cmake.org/cmake/help/latest/prop_gbl/RULE_LAUNCH_COMPILE.html>
Using RULE_LAUNCH_COMPILE for ccache caused a problem for the resource
compiler on Windows.
Additional change from Philippe Normand, use the same approach for hooking up sccache to the C/C++
compilers.
* Source/cmake/WebKitCCache.cmake:
Set CMAKE_C_COMPILER_LAUNCHER and CMAKE_CXX_COMPILER_LAUNCHER.
Canonical link: https://commits.webkit.org/262125@main
More information about the webkit-changes
mailing list