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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Meel <ankitjmeel@gmail.com>2021-08-03 22:52:27 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-08-03 22:52:27 +0300
commit18d900caca8317d33216bbc778c07b9f6ce3da84 (patch)
tree7850834d41d693c402d309939a997ad94af9cd15 /source/creator/CMakeLists.txt
parent41357d556f4e3b286ab4ecfaeb990cc40bf08333 (diff)
macOS: Fix OpenMP dynamic loader error.
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
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 "$<TARGET_FILE_DIR:blender>")
endif()
# Skip relinking on cpack / install