Skip to content

Commit 5948b0f

Browse files
oddstr13d-a-v
authored andcommitted
msys2 support for tools/get.py (#5751)
1 parent 5f68e61 commit 5948b0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/get.py

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ def identify_platform():
106106
sys_name = 'LinuxARM'
107107
if 'CYGWIN_NT' in sys_name:
108108
sys_name = 'Windows'
109+
if 'MSYS_NT' in sys_name:
110+
sys_name = 'Windows'
109111
return arduino_platform_names[sys_name][bits]
110112

111113
def main():

0 commit comments

Comments
 (0)