[Bf-blender-cvs] [3e607f6] master: OSX/cmake: adapt bundle structure according scons

Jens Verwiebe noreply at git.blender.org
Fri Aug 1 01:23:39 CEST 2014


Commit: 3e607f61b5804770f6802d33f0128a2c6fa9ff8e
Author: Jens Verwiebe
Date:   Fri Aug 1 01:23:23 2014 +0200
Branches: master
https://developer.blender.org/rB3e607f61b5804770f6802d33f0128a2c6fa9ff8e

OSX/cmake: adapt bundle structure according scons

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a697044..bd9fc90 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()




More information about the Bf-blender-cvs mailing list