Changeset 205576 in webkit
- Timestamp:
- Sep 7, 2016, 5:38:03 PM (8 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r205569 r205576 1 2016-09-07 Dan Bernstein <mitz@apple.com> 2 3 [Mac] .tbd files for the shims end up installed when building with GENERATE_TEXT_BASED_STUBS=YES 4 https://bugs.webkit.org/show_bug.cgi?id=161722 5 6 Reviewed by Anders Carlsson. 7 8 * Configurations/Shim.xcconfig: Don’t install the shims. The Copy Shims build phase in the 9 WebKit target will copy them into place without bringing their .tbd files along. 10 1 11 2016-09-07 Mark Lam <mark.lam@apple.com> 2 12 -
trunk/Source/WebKit2/Configurations/Shim.xcconfig
r195505 r205576 26 26 GCC_DYNAMIC_NO_PIC = NO; 27 27 SKIP_INSTALL = YES; 28 SKIP_INSTALL[sdk=macosx*] = NO;29 30 INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
Note:
See TracChangeset
for help on using the changeset viewer.