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:
authorBrecht Van Lommel <brecht@blender.org>2020-02-17 20:43:49 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-02-17 20:44:54 +0300
commit42ff69db25534a099fc380488b5d4a0b8a53bbe2 (patch)
tree60adfbfd760c560ca33f3d1c20f8fd8f23627ffc /source/creator
parent8d60e6fa387891dd3879183b502e636e1e86b594 (diff)
Embree: avoid potential clashing symbols with external renderer add-ons
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/blender.map1
-rw-r--r--source/creator/osx_locals.map1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/creator/blender.map b/source/creator/blender.map
index 9c900a62705..1a9c995e684 100644
--- a/source/creator/blender.map
+++ b/source/creator/blender.map
@@ -20,5 +20,6 @@ local:
X86CompilationCallback*;
*boost*;
*SDL*;
+ *embree*;
};
diff --git a/source/creator/osx_locals.map b/source/creator/osx_locals.map
index 8405be74ab7..f3a242f6896 100644
--- a/source/creator/osx_locals.map
+++ b/source/creator/osx_locals.map
@@ -5,4 +5,5 @@
*llvm*
*LLVM*
*OSL*
+*embree*