Buildbot: WITH_BF_CYCLES_CUDA_BINARIES should be set for packing stage too.

This commit is contained in:
Sergey Sharybin
2012-02-14 17:03:27 +00:00
parent 5bff557744
commit 001299a0f6

View File

@@ -79,6 +79,8 @@ if builder.find('scons') != -1:
bitness = '64'
scons_options.append('BF_BITNESS=' + bitness)
scons_options.append('WITH_BF_CYCLES_CUDA_BINARIES=True')
scons_options.append('BF_CYCLES_CUDA_NVCC=nvcc.exe')
retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
sys.exit(retcode)