[Bf-blender-cvs] [387dd2d] blender-v2.72-release: OSX/PLAYER/cmake: fix player install python bundling, overlloked player has its own PLAYER_TARGETDIR_VER

Jens Verwiebe noreply at git.blender.org
Tue Oct 21 12:14:43 CEST 2014


Commit: 387dd2da8e12bb405c0b9b1ae9031923acbb8a45
Author: Jens Verwiebe
Date:   Fri Oct 17 22:16:53 2014 +0200
Branches: blender-v2.72-release
https://developer.blender.org/rB387dd2da8e12bb405c0b9b1ae9031923acbb8a45

OSX/PLAYER/cmake: fix player install python bundling, overlloked player has its own PLAYER_TARGETDIR_VER

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 6ed87f6..06c6d0d 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -880,7 +880,7 @@ elseif(APPLE)
 	if(WITH_GAMEENGINE AND WITH_PLAYER)
 		set(OSX_APP_PLAYER_SOURCEDIR ${CMAKE_SOURCE_DIR}/release/darwin/blenderplayer.app)
 		set(PLAYER_SOURCEINFO ${OSX_APP_PLAYER_SOURCEDIR}/Contents/Info.plist)
-		set(PLAYER_TARGETDIR_VER ${TARGETDIR}/blenderplayer.app/Contents/MacOS/${BLENDER_VERSION})
+		set(PLAYER_TARGETDIR_VER ${TARGETDIR}/blenderplayer.app/Contents/Resources/${BLENDER_VERSION})
 
 
 		# important to make a clean  install each time else old scripts get loaded.




More information about the Bf-blender-cvs mailing list