Ignore:
Timestamp:
Mar 9, 2012, 1:34:44 PM (13 years ago)
Author:
[email protected]
Message:

Ensure that the WTF headers are copied at installhdrs time.

Reviewed by Dan Bernstein and Jessie Berlin.

  • Configurations/JavaScriptCore.xcconfig: Set INSTALLHDRS_SCRIPT_PHASE = YES

so that our script phases are invoked at installhdrs time. The only one that
does any useful work at that time is the one that installs WTF headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r110311 r110327  
     12012-03-09  Mark Rowe  <[email protected]>
     2
     3        Ensure that the WTF headers are copied at installhdrs time.
     4
     5        Reviewed by Dan Bernstein and Jessie Berlin.
     6
     7        * Configurations/JavaScriptCore.xcconfig: Set INSTALLHDRS_SCRIPT_PHASE = YES
     8        so that our script phases are invoked at installhdrs time. The only one that
     9        does any useful work at that time is the one that installs WTF headers.
     10
    1112012-03-09  Jon Lee  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.