No more need to ship vc runtime
The release version now static links with vc runtime
This commit is contained in:
parent
0f97bf03fa
commit
2351c11da4
2 changed files with 0 additions and 4 deletions
|
@ -29,7 +29,6 @@ def main():
|
|||
download_and_unzip('Squirrel')
|
||||
elif sys.platform in ['cygwin', 'win32']:
|
||||
download_and_unzip('directxsdk')
|
||||
download_and_unzip('vs2012_crt')
|
||||
|
||||
with open(version_file, 'w') as f:
|
||||
f.write(VERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue