From 18d900caca8317d33216bbc778c07b9f6ce3da84 Mon Sep 17 00:00:00 2001 From: Ankit Meel Date: Wed, 4 Aug 2021 01:22:27 +0530 Subject: macOS: Fix OpenMP dynamic loader error. --- source/creator/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index f7179dfb7e9..e928be571a2 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -349,8 +349,7 @@ elseif(APPLE) set(MAC_BLENDER_TARGET_DYLIBS_DIR "${TARGETDIR_VER}/lib") else() set(TARGETDIR_VER Blender.app/Contents/Resources/${BLENDER_VERSION}) - # Dylibs folder for Blender executable. @executable_path is a default - # rpath, so dropping libraries next to Blender is enough. + # Dylibs folder for Blender executable. @executable_path is an rpath. set(MAC_BLENDER_TARGET_DYLIBS_DIR "$") endif() # Skip relinking on cpack / install -- cgit v1.2.3