[webkit-changes] [WebKit/WebKit] 728f62: Fix the build with older SDKs and newer Xcodes
Tim Horton
noreply at github.com
Fri Jun 2 21:56:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 728f623650f797ba3881f48dbeb4137f124a0b8f
https://github.com/WebKit/WebKit/commit/728f623650f797ba3881f48dbeb4137f124a0b8f
Author: Tim Horton <thorton at apple.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig
Log Message:
-----------
Fix the build with older SDKs and newer Xcodes
https://bugs.webkit.org/show_bug.cgi?id=257662
rdar://110185235
Reviewed by Elliott Williams.
* Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig:
It turns out this new TAPI flag is tied to the SDK, not the Xcode, so
change how we conditionalize it, in order to fix the build.
Canonical link: https://commits.webkit.org/264850@main
More information about the webkit-changes
mailing list