[webkit-changes] [WebKit/WebKit] 9ef92e: STP build fix for [macOS] WebKit should not re-exp...

Elliott Williams noreply at github.com
Fri Aug 18 13:14:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9ef92e6b63f9bd0f239c46fcc30a926d59ead191
      https://github.com/WebKit/WebKit/commit/9ef92e6b63f9bd0f239c46fcc30a926d59ead191
  Author: Elliott Williams <emw at apple.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M Source/WebKitLegacy/scripts/migrate-header-rule

  Log Message:
  -----------
  STP build fix for [macOS] WebKit should not re-export WebCore
https://bugs.webkit.org/show_bug.cgi?id=259352
rdar://110785133

Unreviewed.

FRAMEWORK_SEARCH_PATHS contains spaces when building STP, and
migrate-header-rule now invokes `tapi reexport` on macOS. Xcode in
general has an ambiguity problem with whitespace in string lists in
script phases (rdar://91303280), but we can work around this particular
case using WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR.

* Source/WebKitLegacy/scripts/migrate-header-rule:

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




More information about the webkit-changes mailing list