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 16:18:58 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-12-02 16:18:58 +0300
commitbfd7b458873313979cfa320898cf50c5142b9e72 (patch)
treed4defb03bc7f1ccbe622c1fc8793a25d2ad04966 /build_files
parent956bd92a6036ce3e47047dfdbee68f447c23b61d (diff)
Buildbot: Fix typo
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index d055822f69d..cc06b0ac1b2 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -65,7 +65,7 @@ if 'cmake' in builder:
cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=ppc')
elif builder.startswith('win'):
- if builder.startwith('win64'):
+ if builder.startswith('win64'):
cmake_options.append(['-G', '"Visual Studio 12 2013 Win64"'])
elif builder.startswith('win32'):
cmake_options.append(['-G', '"Visual Studio 12 2013"'])