From 54c877069245ab41f74c9d545b040355a2cf0937 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 16 Mar 2020 23:15:24 +0100 Subject: [PATCH] Fix error using CUDA in plug-ins on Linux/macOS, hide our CUDA symbols Better solution will be to hide all symbols by default, but this works for now. --- source/creator/blender.map | 1 + source/creator/osx_locals.map | 1 + 2 files changed, 2 insertions(+) diff --git a/source/creator/blender.map b/source/creator/blender.map index 1a9c995e684..4c34dea3338 100644 --- a/source/creator/blender.map +++ b/source/creator/blender.map @@ -21,5 +21,6 @@ local: *boost*; *SDL*; *embree*; + cu*; }; diff --git a/source/creator/osx_locals.map b/source/creator/osx_locals.map index f3a242f6896..3382ac954e2 100644 --- a/source/creator/osx_locals.map +++ b/source/creator/osx_locals.map @@ -6,4 +6,5 @@ *LLVM* *OSL* *embree* +cu*