mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'feature/idf_tools_darwin_arm64_v4.0' into 'release/v4.0'
tools: idf_tools.py: allow macOS x86_64 tools to be installed on arm64 (v4.0) See merge request espressif/esp-idf!14074
This commit is contained in:
@ -112,6 +112,8 @@ PLATFORM_FROM_NAME = {
|
|||||||
'osx': PLATFORM_MACOS,
|
'osx': PLATFORM_MACOS,
|
||||||
'darwin': PLATFORM_MACOS,
|
'darwin': PLATFORM_MACOS,
|
||||||
'Darwin-x86_64': PLATFORM_MACOS,
|
'Darwin-x86_64': PLATFORM_MACOS,
|
||||||
|
# pretend it is x86_64 until Darwin-arm64 tool builds are available:
|
||||||
|
'Darwin-arm64': PLATFORM_MACOS,
|
||||||
# Linux
|
# Linux
|
||||||
PLATFORM_LINUX64: PLATFORM_LINUX64,
|
PLATFORM_LINUX64: PLATFORM_LINUX64,
|
||||||
'linux64': PLATFORM_LINUX64,
|
'linux64': PLATFORM_LINUX64,
|
||||||
|
Reference in New Issue
Block a user