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>2014-08-27 18:08:29 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-08-27 18:08:50 +0400
commit17ab65d1bbde9c8bce31e6bc574a4e91bc6917ed (patch)
tree5469c45042c504687aecc69ae6ea6b58b438c948 /build_files/buildbot/slave_compile.py
parent57ccd29caead1d2e07014dc320e3bd8caeaf8436 (diff)
Fix windows buildbot rebuilding cubins on both compile and pack
Diffstat (limited to 'build_files/buildbot/slave_compile.py')
-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 4d50c080152..a5dadbde05c 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -152,7 +152,7 @@ else:
scons_options.append('MSVS_VERSION=12.0')
scons_options.append('MSVC_VERSION=12.0')
scons_options.append('WITH_BF_CYCLES_CUDA_BINARIES=1')
- scons_options.append('BF_CYCLES_CUDA_NVCC=nvcc')
+ scons_options.append('BF_CYCLES_CUDA_NVCC=nvcc.exe')
scons_options.append('BF_NUMJOBS=1')
elif builder.find('mac') != -1: