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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user