summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/osx/Install.cmake
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2021-03-04 23:36:40 +0100
committermanuel <manuel@mausz.at>2021-03-04 23:36:40 +0100
commit3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f (patch)
tree921f4829b32126f80f9113c124f2e14c0ebce8d9 /cmake/scripts/osx/Install.cmake
parentbe933ef2241d79558f91796cc5b3a161f72ebf9c (diff)
downloadkodi-pvr-build-Matrix.tar.gz
kodi-pvr-build-Matrix.tar.bz2
kodi-pvr-build-Matrix.zip
sync with upstreamMatrix
Diffstat (limited to 'cmake/scripts/osx/Install.cmake')
-rw-r--r--cmake/scripts/osx/Install.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/scripts/osx/Install.cmake b/cmake/scripts/osx/Install.cmake
index 629bc09..2ae41f5 100644
--- a/cmake/scripts/osx/Install.cmake
+++ b/cmake/scripts/osx/Install.cmake
@@ -52,6 +52,7 @@ add_custom_target(dmg
52 "DEV_TEAM=${DEV_TEAM}" 52 "DEV_TEAM=${DEV_TEAM}"
53 "EXPANDED_CODE_SIGN_IDENTITY_NAME=${CODE_SIGN_IDENTITY}" 53 "EXPANDED_CODE_SIGN_IDENTITY_NAME=${CODE_SIGN_IDENTITY}"
54 "PLATFORM_NAME=${PLATFORM}" 54 "PLATFORM_NAME=${PLATFORM}"
55 "XCODE_BUILDTYPE=${CMAKE_CFG_INTDIR}"
55 ./mkdmg-osx.sh ${CORE_BUILD_CONFIG_LOWERCASED} 56 ./mkdmg-osx.sh ${CORE_BUILD_CONFIG_LOWERCASED}
56 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/tools/darwin/packaging/osx) 57 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/tools/darwin/packaging/osx)
57set_target_properties(dmg PROPERTIES FOLDER "Build Utilities") 58set_target_properties(dmg PROPERTIES FOLDER "Build Utilities")