[webkit-changes] [WebKit/WebKit] 9d3f5b: Build fix for "REGRESSION(266408 at main): JPEG XL do...
Elliott Williams
noreply at github.com
Mon Oct 30 11:57:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9d3f5bce8bc62ca3a05eff909480913935d891d8
https://github.com/WebKit/WebKit/commit/9d3f5bce8bc62ca3a05eff909480913935d891d8
Author: Elliott Williams <emw at apple.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M Configurations/WebKitProjectPaths.xcconfig
Log Message:
-----------
Build fix for "REGRESSION(266408 at main): JPEG XL does not work in STP and down levels"
https://bugs.webkit.org/show_bug.cgi?id=263626
rdar://117049172
Unreviewed.
Some internal downlevel builds have a three-component deployment target
(i.e. MACOSX_DEPLOYMENT_TARGET=13.3.1). This change made us depend on
SDK additions when building in CI, revealing that the logic computing
the SDK additions path assumed two components or fewer.
* Configurations/WebKitProjectPaths.xcconfig:
Canonical link: https://commits.webkit.org/269962@main
More information about the webkit-changes
mailing list