Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e603a5bf4791befe50187dbaf3d1790d085289f7
      
https://github.com/WebKit/WebKit/commit/e603a5bf4791befe50187dbaf3d1790d085289f7
  Author: Elliott Williams <e...@apple.com>
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
    M Source/ThirdParty/gtest/xcode/Config/General.xcconfig

  Log Message:
  -----------
  [gtest] Xcode build prioritizes stale headers in usr/local/ over project 
headers
rdar://126709800
https://bugs.webkit.org/show_bug.cgi?id=272922

Reviewed by Jonathan Bedard.

gtest-framework and gtest_main-static are two
separate build targets. The former depends on the latter, but the
former also copies headers to usr/local/include. So there is a (valid)
situation where gtest_main-static is compiling before new headers are
copied over.

Reorder gtest's search paths to prioritize headers in $(SRCROOT)/include
over build products.

* Source/ThirdParty/gtest/xcode/Config/General.xcconfig:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to