Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3c4cf6cf5719fa402f7269cc8568d8d34406b417
      
https://github.com/WebKit/WebKit/commit/3c4cf6cf5719fa402f7269cc8568d8d34406b417
  Author: Elliott Williams <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to