Title: [212014] trunk/Tools
Revision
212014
Author
achristen...@apple.com
Date
2017-02-09 17:33:43 -0800 (Thu, 09 Feb 2017)

Log Message

Don't build libwebrtc.

* Scripts/build-webkit:
Not ready yet.  It broke El Capitan and iOS.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (212013 => 212014)


--- trunk/Tools/ChangeLog	2017-02-10 01:27:38 UTC (rev 212013)
+++ trunk/Tools/ChangeLog	2017-02-10 01:33:43 UTC (rev 212014)
@@ -1,5 +1,12 @@
 2017-02-09  Alex Christensen  <achristen...@webkit.org>
 
+        Don't build libwebrtc.
+
+        * Scripts/build-webkit:
+        Not ready yet.  It broke El Capitan and iOS.
+
+2017-02-09  Alex Christensen  <achristen...@webkit.org>
+
         Build libwebrtc on bots without using it yet
         https://bugs.webkit.org/show_bug.cgi?id=168062
 

Modified: trunk/Tools/Scripts/build-webkit (212013 => 212014)


--- trunk/Tools/Scripts/build-webkit	2017-02-10 01:27:38 UTC (rev 212013)
+++ trunk/Tools/Scripts/build-webkit	2017-02-10 01:33:43 UTC (rev 212014)
@@ -180,7 +180,7 @@
     }
 
     # ANGLE and libwebrtc must come before WebCore
-    splice @projects, 0, 0, ("Source/ThirdParty/ANGLE", "Source/ThirdParty/libwebrtc");
+    splice @projects, 0, 0, ("Source/ThirdParty/ANGLE");
 
     push @projects, ("Source/WebKit2");
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to