CMake: Oops. Fix Info.plist problem from recent changes in bundling steps.
This commit is contained in:
@@ -93,7 +93,7 @@ ENDIF(UNIX AND NOT APPLE)
|
|||||||
IF(APPLE)
|
IF(APPLE)
|
||||||
SET(SOURCEDIR ${CMAKE_SOURCE_DIR}/source/darwin/blender.app)
|
SET(SOURCEDIR ${CMAKE_SOURCE_DIR}/source/darwin/blender.app)
|
||||||
SET(SOURCEINFO ${SOURCEDIR}/Contents/Info.plist)
|
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
|
ADD_CUSTOM_COMMAND(TARGET blender
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
|
Reference in New Issue
Block a user