From b93c44b8ccffeb59929aec0d4777c9fd1760ab95 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 11 Mar 2013 14:16:41 +0000 Subject: Mixed paths to redist libraries in recent commit --- build_files/buildbot/slave_compile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_files') diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py index 26966c8abe1..259b42760f8 100644 --- a/build_files/buildbot/slave_compile.py +++ b/build_files/buildbot/slave_compile.py @@ -156,9 +156,9 @@ else: if retcode == 0: dlls = ('msvcm90.dll', 'msvcp90.dll', 'msvcr90.dll', 'vcomp90.dll', 'Microsoft.VC90.CRT.manifest', 'Microsoft.VC90.OpenMP.manifest') if bitness == '32': - dlls_path = 'C:\\b\\redist\\amd64' - else: dlls_path = 'C:\\b\\redist\\x86' + else: + dlls_path = 'C:\\b\\redist\\amd64' for dll in dlls: shutil.copyfile(os.path.join(dlls_path, dll), os.path.join(install_dir, dll)) sys.exit(retcode) -- cgit v1.2.3