1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

CMake: fix copying of dylibs on macOS

Fixes https://github.com/tenacityteam/tenacity/issues/542

Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
Be 2021-09-12 21:58:00 -05:00
parent 01f22e8acb
commit 9f85801ff6

View File

@ -1191,7 +1191,7 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
add_custom_command(
TARGET ${TARGET}
COMMAND ${CMAKE_COMMAND}
-D SRC="${_EXEDIR}/${AUDACITY_NAME}Z"
-D SRC="${_EXEDIR}/${AUDACITY_NAME}"
-D DST="${_PKGLIB}"
-D WXWIN="${_SHARED_PROXY_BASE_PATH}/$<CONFIG>"
-P "${AUDACITY_MODULE_PATH}/CopyLibs.cmake"