Skip to content

Commit

Permalink
Macdeployqt syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Sep 3, 2024
1 parent a6d6e38 commit a9a3833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/deploy-osx.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(TMP_APPDIR "${CPACK_TEMPORARY_INSTALL_DIRECTORY}/@[email protected]")

execute_process(COMMAND find "${CPACK_TEMPORARY_INSTALL_DIRECTORY}")
message("Running macdeployqt on ${TMP_APPDIR}")
execute_process(COMMAND ${MACDEPLOYQT} -verbose=3 "${TMP_APPDIR}")
execute_process(COMMAND ${MACDEPLOYQT} "${TMP_APPDIR}" -verbose=3)
message("Running dylibbundler on ${TMP_APPDIR}")
execute_process(COMMAND dylibbundler -of -b -s /usr/local/lib -x "${TMP_APPDIR}/Contents/MacOS/@PROJECT_NAME@" -d "${TMP_APPDIR}/Contents/Frameworks/")
message("Done bundling.")
Expand Down

0 comments on commit a9a3833

Please sign in to comment.