Issue #2117 - Part 1 - Update Mac DMG platform names to intel64 for Intel and arm64 for Apple Silicon.

This commit is contained in:
Brian Smith 2023-02-20 10:12:47 -06:00 committed by roytam1
commit 8bacb52ca3

View file

@ -43,9 +43,9 @@ ifdef UNIVERSAL_BINARY
MOZ_PKG_PLATFORM := mac
else
ifeq ($(TARGET_CPU),x86_64)
MOZ_PKG_PLATFORM := mac64
MOZ_PKG_PLATFORM := intel64
else
MOZ_PKG_PLATFORM := mac
MOZ_PKG_PLATFORM := arm64
endif
endif
endif