No need to download and ship vs runtime libraries

This commit is contained in:
Cheng Zhao 2016-05-19 15:49:26 +09:00
parent d8c05ecc0d
commit 4702d8b640
3 changed files with 0 additions and 7 deletions

View file

@ -30,7 +30,6 @@ def main():
download_and_unzip('Squirrel')
elif sys.platform in ['cygwin', 'win32']:
download_and_unzip('directxsdk-' + get_target_arch())
download_and_unzip('vs2015-crt-' + get_target_arch())
with open(version_file, 'w') as f:
f.write(VERSION)