blender: allow dynamically linked embree (#225168)

This commit is contained in:
Matthew Croughan
2023-04-07 16:24:54 -04:00
committed by GitHub
parent e8c05fe2e1
commit c0615e86d1
@@ -73,6 +73,8 @@ stdenv.mkDerivation rec {
pythonPath = with python310Packages; [ numpy requests ];
postPatch = ''
# allow usage of dynamically linked embree
rm build_files/cmake/Modules/FindEmbree.cmake
'' +
(if stdenv.isDarwin then ''
: > build_files/cmake/platform/platform_apple_xcode.cmake