Build: run ldconfig for OpenImageDenoise in install_deps.sh

Differential Revision: https://developer.blender.org/D5580
This commit is contained in:
Vinay Mulakkayala 2019-08-27 11:49:08 +02:00 committed by Brecht Van Lommel
parent 1c21b79108
commit af71be23c2
1 changed files with 2 additions and 0 deletions

View File

@ -2683,6 +2683,8 @@ compile_OIDN() {
INFO "Own OpenImageDenoise-$OIDN_VERSION is up to date, nothing to do!"
INFO "If you want to force rebuild of this lib, use the --force-oidn option."
fi
run_ldconfig "oidn"
}
#### Build FFMPEG ####