Changeset 230606 in webkit


Ignore:
Timestamp:
Apr 12, 2018 4:24:14 PM (6 years ago)
Author:
Beth Dakin
Message:

Use -iframework to ensure that frameworks from user paths and system paths are
ordered appropriately
https://bugs.webkit.org/show_bug.cgi?id=184557
-and corresponding-
rdar://problem/39386359

Reviewed by Dean Jackson.

  • Configurations/WebKit.xcconfig:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r230600 r230606  
     12018-04-12  Beth Dakin  <bdakin@apple.com>
     2
     3        Use -iframework to ensure that frameworks from user paths and system paths are
     4        ordered appropriately
     5        https://bugs.webkit.org/show_bug.cgi?id=184557
     6        -and corresponding-
     7        rdar://problem/39386359
     8
     9        Reviewed by Dean Jackson.
     10
     11        * Configurations/WebKit.xcconfig:
     12
    1132018-04-12  Wenson Hsieh  <wenson_hsieh@apple.com>
    214
  • trunk/Source/WebKit/Configurations/WebKit.xcconfig

    r230487 r230606  
    118118LIBWEBRTC_LIBRARY_DIR_USE_OVERRIDE_FRAMEWORKS_DIR_YES = $(WK_OVERRIDE_FRAMEWORKS_DIR);
    119119
    120 OTHER_LDFLAGS = $(inherited) -F"$(SDK_DIR)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks" $(UNEXPORTED_SYMBOL_LDFLAGS) $(ASAN_OTHER_LDFLAGS) $(FRAMEWORK_AND_LIBRARY_LDFLAGS) $(WK_RELOCATABLE_FRAMEWORK_LDFLAGS);
     120OTHER_LDFLAGS = $(inherited) -iframework"$(SDK_DIR)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks" $(UNEXPORTED_SYMBOL_LDFLAGS) $(ASAN_OTHER_LDFLAGS) $(FRAMEWORK_AND_LIBRARY_LDFLAGS) $(WK_RELOCATABLE_FRAMEWORK_LDFLAGS);
    121121
    122122REEXPORTED_FRAMEWORK_NAMES = WebKitLegacy;
Note: See TracChangeset for help on using the changeset viewer.