Changeset 198098 in webkit


Ignore:
Timestamp:
Mar 14, 2016 1:37:50 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Install WebKit2 WebProcess NetworkProcess on OSX when not building the Mac PORT
https://bugs.webkit.org/show_bug.cgi?id=152651

Patch by Jeremy Huddleston Sequoia <jeremyhu@apple.com> on 2016-03-14
Reviewed by Philippe Normand.

  • CMakeLists.txt:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/CMakeLists.txt

    r197592 r198098  
    854854set_target_properties(WebKit2 PROPERTIES VERSION ${WEBKIT2_VERSION} SOVERSION ${WEBKIT2_VERSION_MAJOR})
    855855
    856 if (NOT APPLE)
     856if (NOT PORT STREQUAL "Mac")
    857857    install(TARGETS WebKit2 WebProcess NetworkProcess
    858858        LIBRARY DESTINATION "${LIB_INSTALL_DIR}"
  • trunk/Source/WebKit2/ChangeLog

    r198093 r198098  
     12016-03-14  Jeremy Huddleston Sequoia  <jeremyhu@apple.com>
     2
     3        Install WebKit2 WebProcess NetworkProcess on OSX when not building the Mac PORT
     4        https://bugs.webkit.org/show_bug.cgi?id=152651
     5
     6        Reviewed by Philippe Normand.
     7
     8        * CMakeLists.txt:
     9
    1102016-03-13  Joseph Pecoraro  <pecoraro@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.