0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/audacity/AudacityFunctions.patch
2024-10-18 13:57:39 +03:00

11 lines
429 B
Diff

+++ ./cmake-proxies/cmake-modules/AudacityFunctions.cmake
@@ -586,7 +586,7 @@
add_custom_command(
TARGET "${TARGET}"
POST_BUILD
- COMMAND "$<IF:$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>,${nostrip}>,echo,strip>" -x $<TARGET_FILE:${TARGET}>
+ COMMAND "$<IF:$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>,${nostrip}>,echo,llvm-strip>" -x $<TARGET_FILE:${TARGET}>
)
endif()