Title: [190419] trunk/Tools
Revision
190419
Author
[email protected]
Date
2015-10-01 11:14:19 -0700 (Thu, 01 Oct 2015)

Log Message

Stop building LayoutTestRelay for now. It's a Mac project, but build-webkit tries to
use iOS SDK, like with all the others.

* Scripts/build-webkit:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (190418 => 190419)


--- trunk/Tools/ChangeLog	2015-10-01 18:09:07 UTC (rev 190418)
+++ trunk/Tools/ChangeLog	2015-10-01 18:14:19 UTC (rev 190419)
@@ -1,3 +1,10 @@
+2015-10-01  Alexey Proskuryakov  <[email protected]>
+
+        Stop building LayoutTestRelay for now. It's a Mac project, but build-webkit tries to
+        use iOS SDK, like with all the others.
+
+        * Scripts/build-webkit:
+
 2015-10-01  Daniel Bates  <[email protected]>
 
         Attempt to fix the iOS 9 Simulator testers

Modified: trunk/Tools/Scripts/build-webkit (190418 => 190419)


--- trunk/Tools/Scripts/build-webkit	2015-10-01 18:09:07 UTC (rev 190418)
+++ trunk/Tools/Scripts/build-webkit	2015-10-01 18:14:19 UTC (rev 190419)
@@ -193,8 +193,6 @@
         print(join(" ", @copyLibrariesArgs) . "\n");
         (system(@copyLibrariesArgs) == 0) or die;
     } else {
-        push @projects, ("Tools/LayoutTestRelay") if willUseIOSSimulatorSDKWhenBuilding();
-
         my @copyLibrariesArgs = (
             "perl", "Tools/Scripts/copy-webkitlibraries-to-product-directory",
             "--sdk", xcodeSDK(), "--wksi", "--llvm", "--prefer-system-llvm",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to