Skip to content

Commit 73bb52d

Browse files
authored
Support MSYS2
1 parent f6ef57a commit 73bb52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodeenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
is_PY3 = sys.version_info[0] >= 3
5757
is_WIN = platform.system() == 'Windows'
58-
is_CYGWIN = platform.system().startswith('CYGWIN')
58+
is_CYGWIN = platform.system().startswith(('CYGWIN', 'MSYS'))
5959

6060
ignore_ssl_certs = False
6161

0 commit comments

Comments
 (0)