Title: [90689] trunk/Tools
Revision
90689
Author
[email protected]
Date
2011-07-10 03:49:26 -0700 (Sun, 10 Jul 2011)

Log Message

Teach build-webkit how to find the latest WebKitSystemInterface binary.

* Scripts/build-webkit:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90688 => 90689)


--- trunk/Tools/ChangeLog	2011-07-09 20:43:09 UTC (rev 90688)
+++ trunk/Tools/ChangeLog	2011-07-10 10:49:26 UTC (rev 90689)
@@ -1,3 +1,9 @@
+2011-07-10  Mark Rowe  <[email protected]>
+
+        Teach build-webkit how to find the latest WebKitSystemInterface binary.
+
+        * Scripts/build-webkit:
+
 2011-07-09  Adam Roben  <[email protected]>
 
         Teach TestFailures to abbreviate the examples of test flakiness

Modified: trunk/Tools/Scripts/build-webkit (90688 => 90689)


--- trunk/Tools/Scripts/build-webkit	2011-07-09 20:43:09 UTC (rev 90688)
+++ trunk/Tools/Scripts/build-webkit	2011-07-10 10:49:26 UTC (rev 90689)
@@ -506,6 +506,7 @@
     my @librariesToCopy = (
         "libWebKitSystemInterfaceLeopard.a",
         "libWebKitSystemInterfaceSnowLeopard.a",
+        "libWebKitSystemInterfaceLion.a",
         "libWebCoreSQLite3.a",
     );
     foreach my $libName (@librariesToCopy) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to