Skip to content

Instantly share code, notes, and snippets.

@mnutt
Created January 9, 2018 22:05
Show Gist options
  • Select an option

  • Save mnutt/2561435ab1037dd1be27b0e2207cc49d to your computer and use it in GitHub Desktop.

Select an option

Save mnutt/2561435ab1037dd1be27b0e2207cc49d to your computer and use it in GitHub Desktop.

Revisions

  1. mnutt created this gist Jan 9, 2018.
    13 changes: 13 additions & 0 deletions mac-framework-includes-take-2.patch
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    diff --git a/Source/cmake/WebKitMacros.cmake b/Source/cmake/WebKitMacros.cmake
    index 4c54c1c5de1..858e2e47d8d 100644
    --- a/Source/cmake/WebKitMacros.cmake
    +++ b/Source/cmake/WebKitMacros.cmake
    @@ -265,6 +265,8 @@ macro(WEBKIT_FRAMEWORK _target)
    ${${_target}_HEADERS}
    ${${_target}_SOURCES}
    ${${_target}_DERIVED_SOURCES}
    + ${${_target}_PRIVATE_HEADERS}
    + ${${_target}_PUBLIC_HEADERS}
    )
    target_link_libraries(${_target} ${${_target}_LIBRARIES})
    set_target_properties(${_target} PROPERTIES COMPILE_DEFINITIONS "BUILDING_${_target}")