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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-08-10 16:55:19 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-08-10 16:56:13 +0300
commitaa1b35bb60d1d559f00095ed895a0c1884193a39 (patch)
treee9e97416c56292d9b3791ca3b2e24756fde1396b /build_files
parent017b7ee273d15d8197048378660a601d60283784 (diff)
Fix install_deps usage of patches.
Who in Hell did rename those files and did not update accordingly install_deps.sh script???
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index db2a1246a60..1f25b37c979 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1777,7 +1777,7 @@ compile_LLVM() {
cd $_src
# XXX Ugly patching hack!
- patch -p1 -i "$SCRIPT_DIR/patches/install_deps_llvm.patch"
+ patch -p1 -i "$SCRIPT_DIR/patches/install_deps_llvm.diff"
cd $CWD
@@ -1883,7 +1883,7 @@ compile_OSL() {
git reset --hard
# XXX Ugly patching hack!
- patch -p1 -i "$SCRIPT_DIR/patches/install_deps_osl.patch"
+ patch -p1 -i "$SCRIPT_DIR/patches/install_deps_osl.diff"
fi
# Always refresh the whole build!