Changeset 205688 in webkit
- Timestamp:
- Sep 8, 2016, 7:50:02 PM (9 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r205687 r205688 1 2016-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 1 14 2016-09-08 Commit Queue <commit-queue@webkit.org> 2 15 -
trunk/Source/WebKit2/Configurations/Shim.xcconfig
r205687 r205688 26 26 GCC_DYNAMIC_NO_PIC = NO; 27 27 SKIP_INSTALL = YES; 28 SKIP_INSTALL[sdk=macosx*] = NO;29 28 30 29 INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
Note:
See TracChangeset
for help on using the changeset viewer.