Changeset 246533 in webkit


Ignore:
Timestamp:
Jun 18, 2019 1:11:58 AM (5 years ago)
Author:
mitz@apple.com
Message:

Revert workaround for bug 198904 from run-webkit-archive
https://bugs.webkit.org/show_bug.cgi?id=198931

Reviewed by Alexey Proskuryakov.

Reverted r245965, now that the load commands in the XPC service binaries make them correctly
pick up the built frameworks.

  • WebKitArchiveSupport/run-webkit-archive:

(set_dyld_framework_path):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r246530 r246533  
     12019-06-18  Dan Bernstein  <mitz@apple.com>
     2
     3        Revert workaround for bug 198904 from run-webkit-archive
     4        https://bugs.webkit.org/show_bug.cgi?id=198931
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Reverted r245965, now that the load commands in the XPC service binaries make them correctly
     9        pick up the built frameworks.
     10
     11        * WebKitArchiveSupport/run-webkit-archive:
     12        (set_dyld_framework_path):
     13
    1142019-06-17  Sihui Liu  <sihui_liu@apple.com>
    215
  • trunk/Tools/WebKitArchiveSupport/run-webkit-archive

    r245965 r246533  
    5555    os.environ['DYLD_FRAMEWORK_PATH'] = dyld_path
    5656    os.environ['DYLD_LIBRARY_PATH'] = dyld_path
    57     os.environ['__XPC_DYLD_FRAMEWORK_PATH'] = dyld_path
    58     os.environ['__XPC_DYLD_LIBRARY_PATH'] = dyld_path
    5957   
    6058def main():
Note: See TracChangeset for help on using the changeset viewer.