[webkit-changes] [WebKit/WebKit] 4076d9: Use non-versioned DYLD_FRAMEWORK/LIBRARY_PATH when...

David Quesada noreply at github.com
Mon Jan 23 09:59:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4076d91cba7f2a8b3ae9b636b321a5511547156e
      https://github.com/WebKit/WebKit/commit/4076d91cba7f2a8b3ae9b636b321a5511547156e
  Author: David Quesada <david_quesada at apple.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M Source/WebKit/Configurations/BaseTarget.xcconfig
    M Source/WebKit/Configurations/BaseXPCService.xcconfig
    M Source/WebKit/Configurations/DebugRelease.xcconfig
    M Source/WebKit/Configurations/GPUService.xcconfig
    M Source/WebKit/Configurations/NetworkService.xcconfig
    M Source/WebKit/Configurations/WebContentService.xcconfig

  Log Message:
  -----------
  Use non-versioned DYLD_FRAMEWORK/LIBRARY_PATH when building StagedFrameworks for Ventura and later.
https://bugs.webkit.org/show_bug.cgi?id=250886
rdar://104435890

Reviewed by Elliott Williams.

When building into the StagedFramework install path for macOS Ventura or later, use the DYLD_LIBRARY_PATH
and DYLD_FRAMEWORK_PATH environment variables (and not the DYLD_VERSIONED* variants) to make the executables
load frameworks from the StagedFrameworks path. While here, rename OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH to
OTHER_LDFLAGS_STAGED_FRAMEWORK_PATH to avoid a perceived connection to the to-be-phased-out-over-time
DYLD_VERSIONED_*_PATH environment variables.

* Source/WebKit/Configurations/BaseTarget.xcconfig:
* Source/WebKit/Configurations/BaseXPCService.xcconfig:
* Source/WebKit/Configurations/DebugRelease.xcconfig:
* Source/WebKit/Configurations/GPUService.xcconfig:
* Source/WebKit/Configurations/NetworkService.xcconfig:
* Source/WebKit/Configurations/WebContentService.xcconfig:

Canonical link: https://commits.webkit.org/259217@main




More information about the webkit-changes mailing list