Changeset 214717 in webkit


Ignore:
Timestamp:
Apr 1, 2017 5:48:30 AM (7 years ago)
Author:
Csaba Osztrogonác
Message:

Mac cmake buildfix after 214586.
https://bugs.webkit.org/show_bug.cgi?id=170381

Unreviewed speculative buildfix.

  • WebKitTestRunner/PlatformMac.cmake:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r214715 r214717  
     12017-04-01  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Mac cmake buildfix after 214586.
     4        https://bugs.webkit.org/show_bug.cgi?id=170381
     5
     6        Unreviewed speculative buildfix.
     7
     8        * WebKitTestRunner/PlatformMac.cmake:
     9
    1102017-04-01  Csaba Osztrogonác  <ossy@webkit.org>
    211
  • trunk/Tools/WebKitTestRunner/PlatformMac.cmake

    r214715 r214717  
    11find_library(CARBON_LIBRARY Carbon)
    22
     3find_library(APPLICATIONSERVICES_LIBRARY ApplicationServices)
    34find_library(CORESERVICES_LIBRARY CoreServices)
     5add_definitions(-iframework ${APPLICATIONSERVICES_LIBRARY}/Versions/Current/Frameworks)
    46add_definitions(-iframework ${CORESERVICES_LIBRARY}/Versions/Current/Frameworks)
    57
Note: See TracChangeset for help on using the changeset viewer.