Skip to content

Commit 3c4cf6c

Browse files
committed
[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
1 parent 2cbf36c commit 3c4cf6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ ENTITLEMENTS_REQUIRED_USE_INTERNAL_SDK_NO = NO;
8888
ENTITLEMENTS_REQUIRED_USE_INTERNAL_SDK_YES = $(ENTITLEMENTS_REQUIRED);
8989

9090
SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
91-
VALID_ARCHS = $(ARCHS_STANDARD_64_BIT);
9291

9392
TARGET_MACOS_LEGACY_VERSION_IDENTIFIER = $(TARGET_MACOS_LEGACY_VERSION_IDENTIFIER_$(MACOSX_DEPLOYMENT_TARGET:base))
9493
TARGET_MACOS_LEGACY_VERSION_IDENTIFIER_10 = 10$(MACOSX_DEPLOYMENT_TARGET:suffix:identifier)

0 commit comments

Comments
 (0)