Title: [211607] trunk
Revision
211607
Author
achristen...@apple.com
Date
2017-02-02 16:15:18 -0800 (Thu, 02 Feb 2017)

Log Message

Build fix after r211602
https://bugs.webkit.org/show_bug.cgi?id=167758

* Source/Makefile:
Don't build libwebrtc by default.  It's not used yet anyway.

Modified Paths

Diff

Modified: trunk/ChangeLog (211606 => 211607)


--- trunk/ChangeLog	2017-02-03 00:09:08 UTC (rev 211606)
+++ trunk/ChangeLog	2017-02-03 00:15:18 UTC (rev 211607)
@@ -1,3 +1,11 @@
+2017-02-02  Alex Christensen  <achristen...@webkit.org>
+
+        Build fix after r211602
+        https://bugs.webkit.org/show_bug.cgi?id=167758
+
+        * Source/Makefile:
+        Don't build libwebrtc by default.  It's not used yet anyway.
+
 2017-02-02  David Kilzer  <ddkil...@apple.com>
 
         Make the Makefile great again after r211570, r211572

Modified: trunk/Source/Makefile (211606 => 211607)


--- trunk/Source/Makefile	2017-02-03 00:09:08 UTC (rev 211606)
+++ trunk/Source/Makefile	2017-02-03 00:15:18 UTC (rev 211607)
@@ -1,4 +1,4 @@
-MODULES = bmalloc WTF _javascript_Core ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebInspectorUI WebKit WebKit2
+MODULES = bmalloc WTF _javascript_Core ThirdParty/ANGLE WebCore WebInspectorUI WebKit WebKit2
 
 ifneq (,$(SDKROOT))
 	ifeq (,$(findstring macosx,$(SDKROOT)))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to