Changeset 34487 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 10, 2008, 10:16:17 PM (17 years ago)
Author:
[email protected]
Message:

wx build fix. Link against libedit on Mac since HAVE(READLINE) is defined there.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r34480 r34487  
     12008-06-10  Kevin Ollivier  <[email protected]>
     2
     3        wx build fix. Link against libedit on Mac since HAVE(READLINE) is defined there.
     4
     5        * jscore.bkl:
     6
    172008-06-10  Alexey Proskuryakov  <[email protected]>
    28
  • trunk/JavaScriptCore/jscore.bkl

    r34150 r34487  
    9595            <ldflags>$(WKOUTPUTDIR)/libjscore.a</ldflags>
    9696        </if>
     97        <set var="READLINE_LIB">
     98            <if cond="WX_PORT=='mac'">edit</if>
     99        </set>
     100        <sys-lib>$(READLINE_LIB)</sys-lib>
    97101        <if cond="FORMAT in ['msvc','msvs2005prj']">
    98102            <include>$(WK_ROOT)/WebKitLibraries/win/include</include>
Note: See TracChangeset for help on using the changeset viewer.