Skip to content
  • weinig@apple.com's avatar
    Fix for https://bugs.webkit.org/show_bug.cgi?id=38238 · 6eef403f
    weinig@apple.com authored
    Allow both WebKit and WebKit2 to link to the same WebCore.framework
    
    Reviewed by Maciej Stachowiak.
    
    WebCore: 
    
    * Configurations/WebCore.xcconfig: Use -allowable_client WebKit2 to add
    WebKit2 to the list of frameworks that can link directly to WebCore. It
    is not necessary for it to be an umbrella since we don't need to reexport
    any symbols.
    
    WebKit2: 
    
    * Configurations/WebKit2.xcconfig: Remove the OTHER_LDFLAGS. We don't
    need to set WebCore as a sub_umbrella of WebKit2, since we are not
    reexporting any of its symbols.
    
    WebKitTools: 
    
    * Scripts/build-webkit: Remove the UMBRELLA_LDFLAGS override when building
    WebCore for WebKit2, it is no longer necessary.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58367 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6eef403f