mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 09:13:11 +00:00
tools: add distro links for macos-arm64
This commit is contained in:
@@ -98,6 +98,7 @@ PYTHON_PLATFORM = platform.system() + '-' + platform.machine()
|
||||
PLATFORM_WIN32 = 'win32'
|
||||
PLATFORM_WIN64 = 'win64'
|
||||
PLATFORM_MACOS = 'macos'
|
||||
PLATFORM_MACOS_ARM64 = 'macos-arm64'
|
||||
PLATFORM_LINUX32 = 'linux-i686'
|
||||
PLATFORM_LINUX64 = 'linux-amd64'
|
||||
PLATFORM_LINUX_ARM32 = 'linux-armel'
|
||||
@@ -122,8 +123,8 @@ PLATFORM_FROM_NAME = {
|
||||
'osx': PLATFORM_MACOS,
|
||||
'darwin': PLATFORM_MACOS,
|
||||
'Darwin-x86_64': PLATFORM_MACOS,
|
||||
# pretend it is x86_64 until Darwin-arm64 tool builds are available:
|
||||
'Darwin-arm64': PLATFORM_MACOS,
|
||||
PLATFORM_MACOS_ARM64: PLATFORM_MACOS_ARM64,
|
||||
'Darwin-arm64': PLATFORM_MACOS_ARM64,
|
||||
# Linux
|
||||
PLATFORM_LINUX64: PLATFORM_LINUX64,
|
||||
'linux64': PLATFORM_LINUX64,
|
||||
|
Reference in New Issue
Block a user