Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-12-02 20:55:42 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-12-02 20:56:24 +0300
commit62521fce48255e5e7fe0d34727a6478ad636b1ba (patch)
tree27ef08d6d4e803e4ecf55b7c9605c172a6727a29 /build_files
parent9bcd604e1d77c11982d83f5c54f457650c836930 (diff)
Buildbot: Don't specify install directory for Windows builds
Installation is to happen within the build folder, no special folder for this is required.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index cc06b0ac1b2..e0802ca30b1 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -65,6 +65,7 @@ if 'cmake' in builder:
cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=ppc')
elif builder.startswith('win'):
+ install_dir = None
if builder.startswith('win64'):
cmake_options.append(['-G', '"Visual Studio 12 2013 Win64"'])
elif builder.startswith('win32'):