No need to download and ship vs runtime libraries
This commit is contained in:
parent
d8c05ecc0d
commit
4702d8b640
3 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue