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
path: root/source
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2014-08-01 03:23:23 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-08-01 03:23:31 +0400
commit3e607f61b5804770f6802d33f0128a2c6fa9ff8e (patch)
treeb8c9206c028da2e2e2eea64f6eb7c34d2e3729f1 /source
parent7f9a4c0c421a0daddcb6984a99187dfabcbbcf2e (diff)
OSX/cmake: adapt bundle structure according scons
Diffstat (limited to 'source')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a6970444947..bd9fc90abaf 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -274,7 +274,7 @@ elseif(APPLE)
if(WITH_PYTHON_MODULE)
set(TARGETDIR_VER ${TARGETDIR}/${BLENDER_VERSION})
else()
- set(TARGETDIR_VER ${TARGETDIR}/blender.app/Contents/MacOS/${BLENDER_VERSION})
+ set(TARGETDIR_VER ${TARGETDIR}/blender.app/Contents/Resources/${BLENDER_VERSION})
endif()
endif()