3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

Python 3.x issues

This commit is contained in:
Christoph M. Wintersteiger 2015-10-29 17:47:07 +00:00
parent 7287478370
commit 64fa2db3ff

View file

@ -245,7 +245,7 @@ def cp_vs_runtime_core(x64):
else:
platform = "x86"
vcdir = subprocess.check_output(['echo', '%VCINSTALLDIR%'], shell=True).rstrip('\r\n')
vcdir = os.environ['VCINSTALLDIR']
path = '%sredist\\%s' % (vcdir, platform)
VS_RUNTIME_FILES = []
os.path.walk(path, cp_vs_runtime_visitor, '*.dll')