[Webkit-unassigned] [Bug 235744] [XCBuild] WTF's headers are copied via a script and are invisible to the build system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 10 21:54:54 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235744

Elliott Williams <emw at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #451472|0                           |1
        is obsolete|                            |
 Attachment #451640|                            |review?
              Flags|                            |

--- Comment #34 from Elliott Williams <emw at apple.com> ---
Created attachment 451640

  --> https://bugs.webkit.org/attachment.cgi?id=451640&action=review

Fix install header paths, add SignedPtr.h

Here's another attempt, incorporating <https://bugs.webkit.org/show_bug.cgi?id=236471> and <https://bugs.webkit.org/show_bug.cgi?id=236466>, which were also reverted.

The major new insight is that during `install` builds, the Copy Files phases need to copy to an absolute path, not "Relative to Build Products". To do that, they need to be based off a separate path variable than the main Headers phase, so that they still copy relative to build products during engineering builds.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220211/393cd642/attachment-0001.htm>


More information about the webkit-unassigned mailing list