Fix install_deps usage of patches.

Who in Hell did rename those files and did not update accordingly
install_deps.sh script???
This commit is contained in:
Bastien Montagne 2017-08-10 15:55:19 +02:00
parent 017b7ee273
commit aa1b35bb60
Notes: blender-bot 2023-02-14 11:20:29 +01:00
Referenced by issue #52345, UVs_Transform Shear Operator strange behaviour
1 changed files with 2 additions and 2 deletions

View File

@ -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!