mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(tools): Added Windows-ARM64 support
Closes https://github.com/espressif/esp-idf/issues/10345
This commit is contained in:
parent
641fdabbf0
commit
630b77094f
@ -125,6 +125,7 @@ class Platforms:
|
||||
'Windows-x86_64': PLATFORM_WIN64,
|
||||
'Windows-AMD64': PLATFORM_WIN64,
|
||||
'x86_64-w64-mingw32': PLATFORM_WIN64,
|
||||
'Windows-ARM64': PLATFORM_WIN64,
|
||||
# macOS
|
||||
PLATFORM_MACOS: PLATFORM_MACOS,
|
||||
'osx': PLATFORM_MACOS,
|
||||
|
Loading…
Reference in New Issue
Block a user