[Bf-blender-cvs] [42ff69db255] master: Embree: avoid potential clashing symbols with external renderer add-ons

Brecht Van Lommel noreply at git.blender.org
Mon Feb 17 18:50:07 CET 2020


Commit: 42ff69db25534a099fc380488b5d4a0b8a53bbe2
Author: Brecht Van Lommel
Date:   Mon Feb 17 18:43:49 2020 +0100
Branches: master
https://developer.blender.org/rB42ff69db25534a099fc380488b5d4a0b8a53bbe2

Embree: avoid potential clashing symbols with external renderer add-ons

===================================================================

M	source/creator/blender.map
M	source/creator/osx_locals.map

===================================================================

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*



More information about the Bf-blender-cvs mailing list