Buildbot: another attempt to make Windows builds support CUDA

Set BF_CYCLES_CUDA_NVCC to nvcc.exe, hopefully it's on search path at builder machine.
This commit is contained in:
Sergey Sharybin 2012-02-14 15:59:10 +00:00
parent 1df04f1dcd
commit 9df1fb5076
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ else:
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)