From 9906cf71053e0249e389b9af9c8b17157b3e070d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 18 Dec 2020 14:16:28 +0000 Subject: [PATCH] Fix logger crash --- cibuildwheel/logger.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cibuildwheel/logger.py b/cibuildwheel/logger.py index a8289e76..97fceccc 100644 --- a/cibuildwheel/logger.py +++ b/cibuildwheel/logger.py @@ -23,6 +23,8 @@ PLATFORM_IDENTIFIER_DESCIPTIONS = { 'win32': 'Windows 32bit', 'win_amd64': 'Windows 64bit', 'macosx_x86_64': 'macOS x86_64', + 'macosx_universal2': 'macOS Universal 2 - x86_64 and arm64', + 'macosx_arm64': 'macOS arm64 - Apple Silicon', }