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.
This commit is contained in:
Brecht Van Lommel 2020-03-16 23:15:24 +01:00
parent 0b7841679e
commit 54c8770692
2 changed files with 2 additions and 0 deletions

View File

@ -21,5 +21,6 @@ local:
*boost*;
*SDL*;
*embree*;
cu*;
};

View File

@ -6,4 +6,5 @@
*LLVM*
*OSL*
*embree*
cu*