Changeset 211607 in webkit


Ignore:
Timestamp:
Feb 2, 2017 4:15:18 PM (7 years ago)
Author:
achristensen@apple.com
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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r211580 r211607  
     12017-02-02  Alex Christensen  <achristensen@webkit.org>
     2
     3        Build fix after r211602
     4        https://bugs.webkit.org/show_bug.cgi?id=167758
     5
     6        * Source/Makefile:
     7        Don't build libwebrtc by default.  It's not used yet anyway.
     8
    192017-02-02  David Kilzer  <ddkilzer@apple.com>
    210
  • trunk/Source/Makefile

    r211602 r211607  
    1 MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebInspectorUI WebKit WebKit2
     1MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE WebCore WebInspectorUI WebKit WebKit2
    22
    33ifneq (,$(SDKROOT))
Note: See TracChangeset for help on using the changeset viewer.