Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blender.map « creator « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 928d0c2d9048f7d6978cf121fad72c77e22098b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

/* on Linux we exclude LLVM symbols, they conflict with Mesa llvmpipe
 * we also keep boost's symbols local, since some python modules could
 * be using boost as well (mainly that's for lux render)
 */

{
global:
	*;
	*_boost*;
local:
	*llvm*;
	*LLVM*;
	*boost*;
};