Fix: Compiling Shader Builder. #106180

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:gpu-fix-shader-builder into main 2023-03-27 15:53:31 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker cf9e157bd7 Fix: Compiling Shader Builder.
IMath is required for building with vulkan. This patch adds openexr
dependencies to shader_builder for now. Imath is a dependency of
openexr.

Currently there is a difference between windows and other OS's in
which variable the library is stored. Might be because imath isn't
a direct dependecy. As this is a compilation error I did the quickest
solution and check with platform module what would be the best solution.
2023-03-27 15:45:48 +02:00