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:
Diffstat (limited to 'build_files/buildbot/slave_compile.py')
-rw-r--r--build_files/buildbot/slave_compile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index c9a2891fe97..f57ca2ac9b7 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -48,9 +48,9 @@ if 'cmake' in builder:
if 'win64' in builder:
- cmake_options.append('-G Visual Studio 12 2013 Win64')
+ cmake_options.append(['-G','"Visual Studio 12 2013 Win64"'])
elif 'win32' in builder:
- cmake_options.append('-G Visual Studio 12 2013')
+ cmake_options.append(['-G','"Visual Studio 12 2013"'])
# configure and make