Changeset 205688 in webkit


Ignore:
Timestamp:
Sep 8, 2016, 7:50:02 PM (9 years ago)
Author:
mitz@apple.com
Message:

Re-landing the fix for

[Mac] .tbd files for the shims end up installed when building with GENERATE_TEXT_BASED_STUBS=YES
https://bugs.webkit.org/show_bug.cgi?id=161722

without reintroducing https://webkit.org/b/161782

  • Configurations/Shim.xcconfig: Don’t install the shims. The Copy Shims build phase in the WebKit target will copy them into place without bringing their .tbd files along. Keep the install path set, though, because it determines the dylibs’ install names.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r205687 r205688  
     12016-09-08  Dan Bernstein  <mitz@apple.com>
     2
     3        Re-landing the fix for
     4
     5        [Mac] .tbd files for the shims end up installed when building with GENERATE_TEXT_BASED_STUBS=YES
     6        https://bugs.webkit.org/show_bug.cgi?id=161722
     7
     8        without reintroducing https://webkit.org/b/161782
     9
     10        * Configurations/Shim.xcconfig: Don’t install the shims. The Copy Shims build phase in the
     11          WebKit target will copy them into place without bringing their .tbd files along. Keep the
     12          install path set, though, because it determines the dylibs’ install names.
     13
    1142016-09-08  Commit Queue  <commit-queue@webkit.org>
    215
  • trunk/Source/WebKit2/Configurations/Shim.xcconfig

    r205687 r205688  
    2626GCC_DYNAMIC_NO_PIC = NO;
    2727SKIP_INSTALL = YES;
    28 SKIP_INSTALL[sdk=macosx*] = NO;
    2928
    3029INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
Note: See TracChangeset for help on using the changeset viewer.