Merge pull request #76 from kawakami-o3/patch-1

Add Cygwin Support
This commit is contained in:
juj
2017-05-29 17:09:04 +03:00
committed by GitHub

2
emsdk
View File

@@ -36,7 +36,7 @@ if os.name == 'nt':
ENVPATH_SEPARATOR = ';'
LINUX = False
if platform.system() == 'Linux':
if platform.system() == 'Linux' or os.name == 'posix':
LINUX = True
ENVPATH_SEPARATOR = ':'