Changeset 34487 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 10, 2008, 10:16:17 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r34480 r34487 1 2008-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 1 7 2008-06-10 Alexey Proskuryakov <[email protected]> 2 8 -
trunk/JavaScriptCore/jscore.bkl
r34150 r34487 95 95 <ldflags>$(WKOUTPUTDIR)/libjscore.a</ldflags> 96 96 </if> 97 <set var="READLINE_LIB"> 98 <if cond="WX_PORT=='mac'">edit</if> 99 </set> 100 <sys-lib>$(READLINE_LIB)</sys-lib> 97 101 <if cond="FORMAT in ['msvc','msvs2005prj']"> 98 102 <include>$(WK_ROOT)/WebKitLibraries/win/include</include>
Note:
See TracChangeset
for help on using the changeset viewer.