Skip to content

Commit 6d904fb

Browse files
committed
Fix environment constructing in MSYS2 shell.
1 parent 17f6a2e commit 6d904fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emsdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def exit_with_error(msg):
129129
else:
130130
BASH = True
131131

132-
if WINDOWS:
132+
if WINDOWS and not MSYS:
133133
ENVPATH_SEPARATOR = ';'
134134
else:
135135
ENVPATH_SEPARATOR = ':'

0 commit comments

Comments
 (0)