Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0c7b760ec659dbc17ea0653bc48893872490c879
https://github.com/WebKit/WebKit/commit/0c7b760ec659dbc17ea0653bc48893872490c879
Author: Adrian Taylor <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M Source/cmake/OptionsPlayStation.cmake
Log Message:
-----------
Pass correct linker prefix on PlayStation platform
https://bugs.webkit.org/show_bug.cgi?id=322829
Reviewed by Ross Kirsling.
The LINKER: prefix is built into CMake and arranges for tools to pass
arguments through compiler drivers directly to linkers. In the case of the
PlayStation port, this LINKER: prefix is being substituted for -Xlinker, but
it appears that -Wl is more likely correct.
Canonical link: https://commits.webkit.org/320036@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications