[webkit-changes] [WebKit/WebKit] 306fb5: Build fix for "[Xcode] Support building into a Web...

Elliott Williams noreply at github.com
Thu Nov 9 22:28:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 306fb53998516043578518c012d60d2855ce5b59
      https://github.com/WebKit/WebKit/commit/306fb53998516043578518c012d60d2855ce5b59
  Author: Elliott Williams <emw at apple.com>
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
    M Configurations/WebKitProjectPaths.xcconfig

  Log Message:
  -----------
  Build fix for "[Xcode] Support building into a WebKit-specific products directory for archival purposes"
https://bugs.webkit.org/show_bug.cgi?id=264214
rdar://117948754

Unreviewed.

Xcode's run action uses an in-process (non-XCBuild) codepath for
resolving build settings, which struggles to expand $(inherited) for
CONFIGURATION_BUILD_DIR (rdar://118201428).

Replace with a semantically equivalent definition that does not use
$(inherited).

* Configurations/WebKitProjectPaths.xcconfig:

Canonical link: https://commits.webkit.org/270507@main




More information about the webkit-changes mailing list