Fix windows buildbot rebuilding cubins on both compile and pack

This commit is contained in:
Sergey Sharybin 2014-08-27 20:08:29 +06:00
parent 57ccd29cae
commit 17ab65d1bb

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