Changeset 245965 in webkit


Ignore:
Timestamp:
May 31, 2019 9:19:57 AM (5 years ago)
Author:
achristensen@apple.com
Message:

REGRESSION (Safari 12): SafariForWebkitDevelopment won't load any pages on Mojave, nightly builds broken
https://bugs.webkit.org/show_bug.cgi?id=194808
<rdar://problem/48278497>

Reviewed by Darin Adler.

I verified that a daily build downloaded an run on Mojave does not work without this and works with this.

  • WebKitArchiveSupport/run-webkit-archive:

(set_dyld_framework_path):
Also set XPC variants of needed environment variables.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r245959 r245965  
     12019-05-31  Alex Christensen  <achristensen@webkit.org>
     2
     3        REGRESSION (Safari 12): SafariForWebkitDevelopment won't load any pages on Mojave, nightly builds broken
     4        https://bugs.webkit.org/show_bug.cgi?id=194808
     5        <rdar://problem/48278497>
     6
     7        Reviewed by Darin Adler.
     8
     9        I verified that a daily build downloaded an run on Mojave does not work without this and works with this.
     10
     11        * WebKitArchiveSupport/run-webkit-archive:
     12        (set_dyld_framework_path):
     13        Also set XPC variants of needed environment variables.
     14
    1152019-05-31  Carlos Garcia Campos  <cgarcia@igalia.com>
    216
  • trunk/Tools/WebKitArchiveSupport/run-webkit-archive

    r222558 r245965  
    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
    5759   
    5860def main():
Note: See TracChangeset for help on using the changeset viewer.