Buildbot: Fix typo

This commit is contained in:
Sergey Sharybin 2015-12-02 18:18:58 +05:00
parent 956bd92a60
commit bfd7b45887
1 changed files with 1 additions and 1 deletions

View File

@ -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"'])