Do not call import_vs_env for non-win32

This commit is contained in:
Cheng Zhao 2016-05-10 14:00:13 +09:00
parent e77582baee
commit 3aaff23f78

View file

@ -227,7 +227,7 @@ def s3put(bucket, access_key, secret_key, prefix, key_prefix, files):
def import_vs_env(target_arch):
if sys.platform == 'cygwin':
if sys.platform != 'win32':
return
if target_arch == 'ia32':