0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/audacity/modules-mod-script-pipe-CMakeLists.txt.patch
2023-01-14 13:40:13 +00:00

12 lines
367 B
Diff

--- a/modules/mod-script-pipe/CMakeLists.txt
+++ b/modules/mod-script-pipe/CMakeLists.txt
@@ -41,7 +41,7 @@
list( APPEND LIBRARIES
PRIVATE
Audacity
- $<$<PLATFORM_ID:Windows,CYGWIN>:wxWidgets>
+ $<$<PLATFORM_ID:Windows,CYGWIN,Android>:wxWidgets>
)
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )