Skip to content

Commit

Permalink
Remove dangling folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 31, 2024
1 parent 38869f3 commit 9171f10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/apple/MacDeployQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ execute_process(COMMAND "${QTBIN}/macdeployqt" "${APP}" ${EXECUTABLES}
COMMAND_ECHO ${COMMAND_ECHO}
COMMAND_ERROR_IS_FATAL ANY)

# Cleanup symlink
file(REMOVE "${CPACK_TEMPORARY_INSTALL_DIRECTORY}/lib")

# Remove dummy carla libs, relink to a sane location (e.g. /Applications/Carla.app/...)
# (must be done after calling macdeployqt)
file(GLOB CARLALIBS "${APP}/Contents/lib/${lmms}/libcarla*")
Expand Down

0 comments on commit 9171f10

Please sign in to comment.