Title: [156115] trunk/Tools
Revision
156115
Author
m...@apple.com
Date
2013-09-19 14:06:13 -0700 (Thu, 19 Sep 2013)

Log Message

Attempted build fix after r156114.

* Scripts/copy-webkitlibraries-to-product-directory: Removed references to WebCoreSQLite3.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (156114 => 156115)


--- trunk/Tools/ChangeLog	2013-09-19 20:46:08 UTC (rev 156114)
+++ trunk/Tools/ChangeLog	2013-09-19 21:06:13 UTC (rev 156115)
@@ -1,3 +1,9 @@
+2013-09-19  Dan Bernstein  <m...@apple.com>
+
+        Attempted build fix after r156114.
+
+        * Scripts/copy-webkitlibraries-to-product-directory: Removed references to WebCoreSQLite3.
+
 2013-09-19  Alexey Proskuryakov  <a...@apple.com>
 
         REGRESSION (r129451): run-safari --no-saved-state is broken

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


--- trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2013-09-19 20:46:08 UTC (rev 156114)
+++ trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2013-09-19 21:06:13 UTC (rev 156115)
@@ -36,7 +36,6 @@
 my @librariesToCopy = (
     "libWebKitSystemInterfaceLion.a",
     "libWebKitSystemInterfaceMountainLion.a",
-    "libWebCoreSQLite3.a",
 );
 
 my $ranlib = `xcrun -find ranlib`;
@@ -81,9 +80,7 @@
 }
 
 dittoHeaders("WebKitLibraries/WebKitSystemInterface.h", "$productDir/usr/local/include/WebKitSystemInterface.h");
-dittoHeaders("WebKitLibraries/WebCoreSQLite3", "$productDir/WebCoreSQLite3");
 
-
 if ($ENV{ENABLE_FTL_JIT}) {
     # Determine where to get LLVM binaries and headers.
     my $majorDarwinVersion = (split /\./, `uname -r`)[0];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to