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-04-29 12:51:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-04-29 12:51:50 +0300
commit620cc762dbcab37afba5ac069035649290f6182a (patch)
tree8b3399c4157b47051451bbf2d277a227bd19feb2 /build_files
parent65a95926600027814ef01ce5beaf711d3f41be55 (diff)
Buildbot: Attempt to fix cudakernels target screwing up autotest cache
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 8353bb8331c..7b3f848a198 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -116,6 +116,8 @@ else:
if config.find('player') != -1:
scons_options.append('BF_BUILDDIR=%s_player' % (build_dir))
+ elif config.find('cuda') != -1:
+ scons_options.append('BF_BUILDDIR=%s_cuda' % (build_dir))
else:
scons_options.append('BF_BUILDDIR=%s' % (build_dir))