Ignore:
Timestamp:
Jan 30, 2011, 2:40:40 AM (15 years ago)
Author:
[email protected]
Message:

2011-01-30 Benjamin Poulain <[email protected]>

Reviewed by Kenneth Rohde Christiansen.

[Qt] JavaScriptCore does not link on Mac if building WebKit 2
https://bugs.webkit.org/show_bug.cgi?id=53377

The option "-whole-archive" is not availabe with the libtool of Mac OS X,
instead, we can use "-all_load" on Mac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r77083 r77086  
     12011-01-30  Benjamin Poulain  <[email protected]>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] JavaScriptCore does not link on Mac if building WebKit 2
     6        https://bugs.webkit.org/show_bug.cgi?id=53377
     7
     8        The option "-whole-archive" is not availabe with the libtool of Mac OS X,
     9        instead, we can use "-all_load" on Mac.
     10
     11        * JavaScriptCore.pri:
     12
    1132011-01-29  Geoffrey Garen  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.