1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 23:55:50 +01:00

Fix build Mac and Linux

This commit is contained in:
Leland Lucius
2020-07-05 19:25:06 -05:00
parent 3d0e86a8f8
commit 2084c39046
3 changed files with 13 additions and 3 deletions

View File

@@ -1264,6 +1264,7 @@ else()
COMMAND
${CMAKE_COMMAND} -D SRC="${_EXEDIR}/audacity"
-D DST="${_DEST}/${_PKGLIB}"
-D WXWIN="${WXWIN}"
-P ${CMAKE_MODULE_PATH}/CopyLibs.cmake
POST_BUILD
)