Fix scons+mingw64 compiling - Ensure WITH_BF_CYCLES_LOGGING is defined and turned off

This commit is contained in:
Joshua Leung 2014-12-05 13:13:34 +13:00
parent 030b694c7a
commit abab4f19e6

@ -142,6 +142,7 @@ BF_OPENCOLLADA_LIBPATH = '${BF_OPENCOLLADA}/lib/opencollada'
#Cycles
WITH_BF_CYCLES = True
WITH_BF_CYCLES_LOGGING = False
WITH_BF_CYCLES_CUDA_BINARIES = False
BF_CYCLES_CUDA_NVCC = "" # Path to the NVIDIA CUDA compiler
BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50']