[webkit-changes] [WebKit/WebKit] 4d6ae5: [Xcode] Make-based builds unnecessarily override PATH

Elliott Williams noreply at github.com
Thu Nov 30 17:11:53 PST 2023


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

  Changed paths:
    M Makefile.shared

  Log Message:
  -----------
  [Xcode] Make-based builds unnecessarily override PATH
https://bugs.webkit.org/show_bug.cgi?id=265609
rdar://16466196

Reviewed by Alexey Proskuryakov.

Since https://commits.webkit.org/164487@main, we pass
UseSanitizedBuildSystemEnvironment=YES to Xcode, which causes it to use
a well-defined PATH. Additionally, rdar://16466196 made Xcode more
resilient to rebuilds where the PATH changes.

Remove the override.

* Makefile.shared:

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




More information about the webkit-changes mailing list