Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Mulakkayala <vinayram>2019-08-27 12:49:08 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-08-27 13:18:28 +0300
commitaf71be23c23bf2a6bf759b7ed42e47c53879eb8e (patch)
treebcc89c432ef21c05c8e590b442a64eca8aa4c1b0 /build_files
parent1c21b79108f38fdd977051d15fa467b7448b5528 (diff)
Build: run ldconfig for OpenImageDenoise in install_deps.sh
Differential Revision: https://developer.blender.org/D5580
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 2 insertions, 0 deletions
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 ####