Deps Builder: Fix OSL build error.

When there is no system python OSL will fail to build the documentation.
Given we don't ship the documentation, this is safe to disable.

Originally part of D8123
This commit is contained in:
Tuomo Keskitalo 2020-06-28 08:00:28 -06:00 committed by Ray Molenkamp
parent 6d8b6aec18
commit fa2c7709ff

@ -75,6 +75,7 @@ set(OSL_EXTRA_ARGS
-DUSE_LLVM_BITCODE=OFF
-DUSE_PARTIO=OFF
-DUSE_QT=OFF
-DINSTALL_DOCS=OFF
${OSL_SIMD_FLAGS}
-DPARTIO_LIBRARIES=
)