Title: [179311] trunk/Tools
Revision
179311
Author
wei...@apple.com
Date
2015-01-28 15:56:34 -0800 (Wed, 28 Jan 2015)

Log Message

Fix the build.

* Scripts/copy-webkitlibraries-to-product-directory:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (179310 => 179311)


--- trunk/Tools/ChangeLog	2015-01-28 23:46:59 UTC (rev 179310)
+++ trunk/Tools/ChangeLog	2015-01-28 23:56:34 UTC (rev 179311)
@@ -1,3 +1,9 @@
+2015-01-28  Sam Weinig  <s...@webkit.org>
+
+        Fix the build.
+
+        * Scripts/copy-webkitlibraries-to-product-directory:
+
 2015-01-28  Lucas Forschler  <lforsch...@apple.com>
 
         Increase the FileUpload block size in an attempt to improve network performance.

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


--- trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2015-01-28 23:46:59 UTC (rev 179310)
+++ trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2015-01-28 23:56:34 UTC (rev 179311)
@@ -150,7 +150,6 @@
         ));
     } else {
         push(@librariesToCopy, (
-            "libWebKitSystemInterfaceMountainLion.a",
             "libWebKitSystemInterfaceMavericks.a",
             "libWebKitSystemInterfaceYosemite.a"
         ));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to