You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
0 commit comments