Title: [188414] trunk/Tools
Revision
188414
Author
lforsch...@apple.com
Date
2015-08-13 16:26:57 -0700 (Thu, 13 Aug 2015)

Log Message

Teach Scripts/copy-webkitlibraries-to-product-directory to copy the El Capitan Library.
        
Unreviewed.
        
* Scripts/copy-webkitlibraries-to-product-directory:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188413 => 188414)


--- trunk/Tools/ChangeLog	2015-08-13 23:25:13 UTC (rev 188413)
+++ trunk/Tools/ChangeLog	2015-08-13 23:26:57 UTC (rev 188414)
@@ -1,3 +1,11 @@
+2015-08-13  Lucas Forschler  <lforsch...@apple.com>
+
+        Teach Scripts/copy-webkitlibraries-to-product-directory to copy the El Capitan Library.
+        
+        Unreviewed.
+        
+        * Scripts/copy-webkitlibraries-to-product-directory:
+
 2015-08-13  Dewei Zhu  <dewei_...@apple.com>
 
         Run benchmark customized Dromaeo should not assume there is an internet connection.

Modified: trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory (188413 => 188414)


--- trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2015-08-13 23:25:13 UTC (rev 188413)
+++ trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2015-08-13 23:26:57 UTC (rev 188414)
@@ -157,7 +157,8 @@
     } else {
         push(@librariesToCopy, (
             "libWebKitSystemInterfaceMavericks.a",
-            "libWebKitSystemInterfaceYosemite.a"
+            "libWebKitSystemInterfaceYosemite.a",
+            "libWebKitSystemInterfaceElCapitan.a"
         ));
     }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to