Changeset 195505 in webkit


Ignore:
Timestamp:
Jan 22, 2016, 11:07:10 PM (10 years ago)
Author:
mitz@apple.com
Message:

<rdar://problem/24304228> REGRESSION (r184215): Staged XPC services load non-staged shims
https://bugs.webkit.org/show_bug.cgi?id=153389

Reviewed by Alexey Prooskuryakov.

  • Configurations/Shim.xcconfig: Don’t override the install name when using a staged install path.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r195494 r195505  
     12016-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
    1102016-01-22  Enrica Casucci  <enrica@apple.com>
    211
  • trunk/Source/WebKit2/Configurations/Shim.xcconfig

    r194022 r195505  
    2929
    3030INSTALL_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.