mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
idf_tools.py: add another platform string to handle Windows x86
This commit is contained in:
parent
27a6f84e7f
commit
896d675248
@ -96,6 +96,7 @@ PLATFORM_FROM_NAME = {
|
||||
# Windows
|
||||
PLATFORM_WIN32: PLATFORM_WIN32,
|
||||
'Windows-i686': PLATFORM_WIN32,
|
||||
'Windows-x86': PLATFORM_WIN32,
|
||||
PLATFORM_WIN64: PLATFORM_WIN64,
|
||||
'Windows-x86_64': PLATFORM_WIN64,
|
||||
'Windows-AMD64': PLATFORM_WIN64,
|
||||
|
Loading…
x
Reference in New Issue
Block a user