Do not call import_vs_env for non-win32
This commit is contained in:
parent
e77582baee
commit
3aaff23f78
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue