mirror of https://github.com/n1nj4sec/pupy.git
fix msvcr90 path in build script
This commit is contained in:
parent
0ce3d29a9b
commit
1ee114f863
|
@ -24,7 +24,7 @@ elif sys.argv[1]=="x64":
|
|||
print "copying installed python version to sources\\resources\\python27_x64.dll"
|
||||
shutil.copy("C:\\Windows\system32\python27.dll", "sources\\resources\\python27_x64.dll")
|
||||
print "copying x64 msvcr90.dll to sources"
|
||||
shutil.copy("C:\\Windows\\winsxs\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\\msvcr90.dll", "sources\\resources\\msvcr90_x64.dll")
|
||||
shutil.copy("C:\\Windows\\winsxs\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_750b37ff97f4f68b\\msvcr90.dll", "sources\\resources\\msvcr90_x64.dll")
|
||||
else:
|
||||
exit("usage: python %s (x86|x64)"%sys.argv[0])
|
||||
|
||||
|
|
Loading…
Reference in New Issue