Buildbot: Attempt to fix cudakernels target screwing up autotest cache

This commit is contained in:
Sergey Sharybin 2015-04-29 14:51:50 +05:00
parent 65a9592660
commit 620cc762db
1 changed files with 2 additions and 0 deletions

View File

@ -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))