summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2023-02-20 10:12:47 -0600
committerBrian Smith <brian@dbsoft.org>2023-02-20 10:12:47 -0600
commit2f5798b5dbf311956685d4effd519b280e617904 (patch)
tree94271ce555ff60c244a61509c0dc3d9e2a5c2555 /toolkit
parent9b1b294e294374cc6ccde925ca040e019c2daf39 (diff)
downloaduxp-2f5798b5dbf311956685d4effd519b280e617904.tar.gz
Issue #2117 - Part 1 - Update Mac DMG platform names to intel64 for Intel and arm64 for Apple Silicon.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/mozapps/installer/package-name.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/mozapps/installer/package-name.mk b/toolkit/mozapps/installer/package-name.mk
index 548a93b47f..2c9b784883 100644
--- a/toolkit/mozapps/installer/package-name.mk
+++ b/toolkit/mozapps/installer/package-name.mk
@@ -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