[Bf-blender-cvs] [bfd7b45] master: Buildbot: Fix typo

Sergey Sharybin noreply at git.blender.org
Wed Dec 2 14:19:10 CET 2015


Commit: bfd7b458873313979cfa320898cf50c5142b9e72
Author: Sergey Sharybin
Date:   Wed Dec 2 18:18:58 2015 +0500
Branches: master
https://developer.blender.org/rBbfd7b458873313979cfa320898cf50c5142b9e72

Buildbot: Fix typo

===================================================================

M	build_files/buildbot/slave_compile.py

===================================================================

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index d055822..cc06b0a 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"'])




More information about the Bf-blender-cvs mailing list