Commit: 14882c4bed1494ff2891d959aab26b8f7317b074 Author: blender Date: Mon Nov 18 13:50:31 2019 +0100 Branches: master https://developer.blender.org/rB14882c4bed1494ff2891d959aab26b8f7317b074
Build deps: Fix compilaiton of OpenCollada Was caused by "wrong" EOL characters used in the patch: the file is actuallyu saved using CRLF EOL style. The patch was using CRLF as well for until recent change in the C runtime. =================================================================== M build_files/build_environment/patches/opencollada.diff =================================================================== diff --git a/build_files/build_environment/patches/opencollada.diff b/build_files/build_environment/patches/opencollada.diff index 19498e51706..2d9bea8d2e1 100644 --- a/build_files/build_environment/patches/opencollada.diff +++ b/build_files/build_environment/patches/opencollada.diff @@ -73,4 +73,4 @@ index 897e4dcf..98a69ff1 100644 +#define NOEXCEPT _NOEXCEPT #endif - namespace opencollada \ No newline at end of file + namespace opencollada _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
