[webkit-changes] [WebKit/WebKit] 3c4cf6: [Xcode] libwebrtc does not build for arm64 when th...

Elliott Williams noreply at github.com
Wed Dec 7 21:55:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3c4cf6cf5719fa402f7269cc8568d8d34406b417
      https://github.com/WebKit/WebKit/commit/3c4cf6cf5719fa402f7269cc8568d8d34406b417
  Author: Elliott Williams <emw at apple.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig

  Log Message:
  -----------
  [Xcode] libwebrtc does not build for arm64 when the SDK supports arm64e
https://bugs.webkit.org/show_bug.cgi?id=248838
rdar://102397752

Reviewed by Alexey Proskuryakov.

Unset VALID_ARCHS = $(ARCHS_STANDARD_64_BIT), which appears to prevent
libwebrtc from compiling at all when the selected SDK supports arm64e,
but ARCHS is overridden to be arm64.

No other WebKit project use this setting.

* Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig:

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




More information about the webkit-changes mailing list