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:
authorJacques Beuarain <jacques.beaurain@gmail.com>2006-12-12 15:43:02 +0300
committerJacques Beuarain <jacques.beaurain@gmail.com>2006-12-12 15:43:02 +0300
commited6da1709f2923ba4fcfe79838c12a877c4d4e9e (patch)
tree4b18454eb15c67d0892e7504809ac088080fe8e1 /source/creator/CMakeLists.txt
parent4595bef2b401ec3d3da08641b75bef6ffa182fdc (diff)
CMake: Oops. Fix Info.plist problem from recent changes in bundling steps.
Diffstat (limited to 'source/creator/CMakeLists.txt')
-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 30075ace361..16856821272 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -93,7 +93,7 @@ ENDIF(UNIX AND NOT APPLE)
IF(APPLE)
SET(SOURCEDIR ${CMAKE_SOURCE_DIR}/source/darwin/blender.app)
SET(SOURCEINFO ${SOURCEDIR}/Contents/Info.plist)
- SET(TARGETINFO ${TARGETDIR}/Contents/Info.plist)
+ SET(TARGETINFO ${TARGETDIR}/blender.app/Contents/Info.plist)
ADD_CUSTOM_COMMAND(TARGET blender
POST_BUILD