From 42ff69db25534a099fc380488b5d4a0b8a53bbe2 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 17 Feb 2020 18:43:49 +0100 Subject: Embree: avoid potential clashing symbols with external renderer add-ons --- source/creator/blender.map | 1 + source/creator/osx_locals.map | 1 + 2 files changed, 2 insertions(+) (limited to 'source/creator') 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* -- cgit v1.2.3