Skip to content

Commit

Permalink
Builder|macOS: Renamed macOS deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 2d21c17 commit 4d01c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion doomsday/cmake/Macros.cmake
Expand Up @@ -469,10 +469,11 @@ function (deng_deploy_target target)
return ()
endif ()
if (APPLE)
# Application bundles need to contain all the required dependencies.
get_property (outName TARGET ${target} PROPERTY OUTPUT_NAME)
install (CODE "
execute_process (COMMAND ${PYTHON_EXECUTABLE}
${DE_SOURCE_DIR}/build/scripts/apple_install_names.py
${DE_SOURCE_DIR}/build/scripts/apple_deps.py
\"${DE_DISTRIB_DIR}/${outName}.app\"
)")
endif ()
Expand Down

0 comments on commit 4d01c3e

Please sign in to comment.