Skip to content

Commit 05d8426

Browse files
committed
Add -debug flag to hdiutil to figure out packaging failures on MacOS
1 parent 56492b0 commit 05d8426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/cmake/SuperTux/BuildCPack.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
5454
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
5555
set(CPACK_PACKAGE_VERSION_MAJOR ${SUPERTUX_VERSION_MAJOR})
5656
set(CPACK_PACKAGE_VERSION_MINOR ${SUPERTUX_VERSION_MINOR})
57+
set(CPACK_COMMAND_HDIUTIL "${CPACK_COMMAND_HDIUTIL} -debug")
5758

5859
if(SUPERTUX_VERSION_TWEAK)
5960
set(CPACK_PACKAGE_VERSION_PATCH "${SUPERTUX_VERSION_PATCH}.${SUPERTUX_VERSION_TWEAK}")

0 commit comments

Comments
 (0)