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

linux_symbols.map « resources « hydra « cycles « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 397422c98549355b332fa89b6a74655d498be804 (plain)
1
2
3
4
5
6
7
8
/* Hide everything except USD / Hydra symbols, to avoid conflicts with other
 * application using different library versions. */
{
global:
  PXR*;
local:
  *;
};