1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

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
parent fa014f9e95
commit 8bacb52ca3
+2 -2
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