Windows / OSL:

* Enable OSL for Windows and Windows Buildbot.
This commit is contained in:
Thomas Dinges
2012-11-20 00:54:32 +00:00
parent 7cafd45f2b
commit d19339a181
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ WITH_BF_OPENMP = True
#Cycles
WITH_BF_CYCLES = True
WITH_BF_CYCLES_OSL = False
WITH_BF_CYCLES_OSL = True
WITH_BF_STATICOSL = True
BF_OSL = '${LIBDIR}/osl'
BF_OSL_INC = '${BF_OSL}/include'

View File

@@ -146,7 +146,7 @@ WITH_BF_OPENMP = True
#Cycles
WITH_BF_CYCLES = True
WITH_BF_CYCLES_OSL = False
WITH_BF_CYCLES_OSL = True
WITH_BF_STATICOSL = True
BF_OSL = '${LIBDIR}/osl'
BF_OSL_INC = '${BF_OSL}/include'