Title: [246533] trunk/Tools
Revision
246533
Author
m...@apple.com
Date
2019-06-18 01:11:58 -0700 (Tue, 18 Jun 2019)

Log 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):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (246532 => 246533)


--- trunk/Tools/ChangeLog	2019-06-18 04:32:41 UTC (rev 246532)
+++ trunk/Tools/ChangeLog	2019-06-18 08:11:58 UTC (rev 246533)
@@ -1,3 +1,16 @@
+2019-06-18  Dan Bernstein  <m...@apple.com>
+
+        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):
+
 2019-06-17  Sihui Liu  <sihui_...@apple.com>
 
         -[WKWebsiteDataStore removeDataOfTypes:modifiedSince:completionHandler:] doesn't delete _WKWebsiteDataTypeCredentials

Modified: trunk/Tools/WebKitArchiveSupport/run-webkit-archive (246532 => 246533)


--- trunk/Tools/WebKitArchiveSupport/run-webkit-archive	2019-06-18 04:32:41 UTC (rev 246532)
+++ trunk/Tools/WebKitArchiveSupport/run-webkit-archive	2019-06-18 08:11:58 UTC (rev 246533)
@@ -54,8 +54,6 @@
     print('Setting DYLD FRAMEWORK and LIBRARY paths to {}'.format(dyld_path))
     os.environ['DYLD_FRAMEWORK_PATH'] = dyld_path
     os.environ['DYLD_LIBRARY_PATH'] = dyld_path
-    os.environ['__XPC_DYLD_FRAMEWORK_PATH'] = dyld_path
-    os.environ['__XPC_DYLD_LIBRARY_PATH'] = dyld_path
     
 def main():
     check_for_valid_platform()
@@ -68,4 +66,4 @@
     try:
         main()    
     except KeyboardInterrupt:
-        exit("Aborting.")
+        exit("Aborting.")
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to