Fix T51024: Switch install_deps to set OSL_ROOT_DIR instead of CYCLES_OSL.

Path by @alekulyn, thanks.

Differential Revision: https://developer.blender.org/D2571
This commit is contained in:
Bastien Montagne 2017-03-22 12:05:43 +01:00
parent 2b44db4cfc
commit 797b1d5053
Notes: blender-bot 2023-02-14 07:07:18 +01:00
Referenced by issue #51024, Change CYCLES_OSL to OSL_ROOT_DIR in install_deps.sh
1 changed files with 1 additions and 1 deletions

View File

@ -4252,7 +4252,7 @@ print_info() {
PRINT " $_3"
_buildargs="$_buildargs $_1 $_2 $_3"
if [ -d $INST/osl ]; then
_1="-D CYCLES_OSL=$INST/osl"
_1="-D OSL_ROOT_DIR=$INST/osl"
PRINT " $_1"
_buildargs="$_buildargs $_1"
fi