[Webkit-unassigned] [Bug 153117] [GTK OSX] libGObjectDOMBindings.a is not linked into libwebkit2gtk-4.0.37.dylib

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 13:37:59 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153117

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #11 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Hm, I just found this bit of code in Source/WebKit2/PlatformGTK.cmake:

# Manually add some libraries on OSX because we don't have the --whole-archive flag
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
    set(INTROSPECTION_ADDITIONAL_LIBRARIES --library=c++)
    set(INTROSPECTION_ADDITIONAL_LDFLAGS -lGObjectDOMBindings)
endif ()

Is that still needed?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160115/68bef67f/attachment.html>


More information about the webkit-unassigned mailing list