Bug 168160 - [Xcode] WTF installs extra copies of two headers outside /usr/local/include/wtf
Summary: [Xcode] WTF installs extra copies of two headers outside /usr/local/include/wtf
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 20:59 PST by mitz
Modified: 2017-02-10 21:35 PST (History)
2 users (show)

See Also:


Attachments
Avoid copying the headers to the wrong place (4.23 KB, patch)
2017-02-10 21:03 PST, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2017-02-10 20:59:50 PST
OrdinalNumber.h MemoryFootprint.h are installed where they belong under /usr/local/include/wtf and also in /usr/local/include.
Comment 1 mitz 2017-02-10 21:03:59 PST
Created attachment 301243 [details]
Avoid copying the headers to the wrong place
Comment 2 mitz 2017-02-10 21:35:32 PST
Fixed in <https://trac.webkit.org/r212180>.