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:
authorblender <sergey.vfx@gmail.com>2019-11-18 15:50:31 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-11-18 15:52:49 +0300
commit14882c4bed1494ff2891d959aab26b8f7317b074 (patch)
treeea928e8b7f563be01905bcbfba948d9dc377673d
parent995b98aee236f112903550d1dd767e26226d799a (diff)
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.
-rw-r--r--build_files/build_environment/patches/opencollada.diff2
1 files changed, 1 insertions, 1 deletions
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