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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-07-16 15:34:24 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-07-16 15:34:24 +0300
commit80795ff8976fabb210ef139f94d60a9e1080c8ce (patch)
treeb590ac812b78201ec2915ecc1c32f6fca948bc9c /build_files
parentab9bd557added48a1f46b9624b874a40b46b71d3 (diff)
Buildbot: update for new VS2017 buildbot worker name.
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 c43bb88b270..bf8f9f15751 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -78,7 +78,7 @@ if 'cmake' in builder:
# cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/nvcc')
elif builder.startswith('win'):
- if builder.endswith('_vc2017'):
+ if builder.endswith('_vs2017'):
if builder.startswith('win64'):
cmake_options.extend(['-G', 'Visual Studio 15 2017 Win64'])
elif builder.startswith('win32'):