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 <brechtvanlommel@gmail.com>2020-03-17 01:15:24 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-03-17 14:23:36 +0300
commit54c877069245ab41f74c9d545b040355a2cf0937 (patch)
tree8d03e08cdee82eb32da1a761302a883a93779971 /source/creator/blender.map
parent0b7841679ee846e6d69f5f99e41fb92c1b3a8389 (diff)
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.
Diffstat (limited to 'source/creator/blender.map')
-rw-r--r--source/creator/blender.map1
1 files changed, 1 insertions, 0 deletions
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*;
};