[Bf-blender-cvs] [af71be23c23] master: Build: run ldconfig for OpenImageDenoise in install_deps.sh

Vinay Mulakkayala noreply at git.blender.org
Tue Aug 27 12:50:22 CEST 2019


Commit: af71be23c23bf2a6bf759b7ed42e47c53879eb8e
Author: Vinay Mulakkayala
Date:   Tue Aug 27 11:49:08 2019 +0200
Branches: master
https://developer.blender.org/rBaf71be23c23bf2a6bf759b7ed42e47c53879eb8e

Build: run ldconfig for OpenImageDenoise in install_deps.sh

Differential Revision: https://developer.blender.org/D5580

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index ddc896725eb..9ab460ee00f 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -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 ####



More information about the Bf-blender-cvs mailing list