Skip to content

Commit ff66306

Browse files
accept ARM as valid archs for Apple Silicon Macs
1 parent 355666c commit ff66306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macOS/macOS-Base.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ COMBINE_HIDPI_IMAGES = YES
1313
SDKROOT = macosx
1414

1515
// Supported build architectures
16-
VALID_ARCHS = x86_64
16+
VALID_ARCHS = arm64 arm64e i386 x86_64

0 commit comments

Comments
 (0)