Skip to content

Commit

Permalink
Add hdiutil-debug.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Oct 20, 2024
1 parent 53612bb commit d6c6552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
set(CPACK_COMMAND_HDIUTIL "/usr/bin/hdiutil -debug")
set(CPACK_COMMAND_HDIUTIL "/usr/bin/zsh ../hdiutil-debug.sh")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(DisallowInSource)
Expand Down
1 change: 1 addition & 0 deletions hdiutil-debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/usr/bin/hdiutil "$@" -debug

0 comments on commit d6c6552

Please sign in to comment.