Skip to content
  • mrowe@apple.com's avatar
    Fix the build when building against an SDK. · 013b13b8
    mrowe@apple.com authored
    Xcode helpfully prepends $(SDKROOT) to the paths in FRAMEWORK_SEARCH_PATHS when generating
    the compiler command lines. It can't know to do this for the system framework search paths
    we add manually via OTHER_CFLAGS though, so we need to prefix them with $(SDKROOT) ourself.
    
    Source/WebCore:
    
    * Configurations/WebCore.xcconfig:
    
    Source/WebKit/mac:
    
    * Configurations/WebKit.xcconfig:
    
    Source/WebKit2:
    
    * Configurations/BaseTarget.xcconfig:
    
    Tools:
    
    * DumpRenderTree/mac/Configurations/BaseTarget.xcconfig:
    * WebKitTestRunner/Configurations/BaseTarget.xcconfig:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156666 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    013b13b8