OSX/cmake: adapt bundle structure according scons

This commit is contained in:
jens verwiebe 2014-08-01 01:23:23 +02:00
parent 7f9a4c0c42
commit 3e607f61b5
Notes: blender-bot 2023-02-14 10:15:23 +01:00
Referenced by issue #41318, OSL broken on Linux kubuntu 14.04
1 changed files with 1 additions and 1 deletions

View File

@ -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()