Changeset 195505 in webkit
- Timestamp:
- Jan 22, 2016, 11:07:10 PM (10 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r195494 r195505 1 2016-01-22 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/24304228> REGRESSION (r184215): Staged XPC services load non-staged shims 4 https://bugs.webkit.org/show_bug.cgi?id=153389 5 6 Reviewed by Alexey Prooskuryakov. 7 8 * Configurations/Shim.xcconfig: Don’t override the install name when using a staged install path. 9 1 10 2016-01-22 Enrica Casucci <enrica@apple.com> 2 11 -
trunk/Source/WebKit2/Configurations/Shim.xcconfig
r194022 r195505 29 29 30 30 INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks; 31 DYLIB_INSTALL_NAME_BASE = $(NORMAL_WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
Note:
See TracChangeset
for help on using the changeset viewer.