termux-packages/packages/snapcast-server/common-CMakeLists.txt.patch

21 lines
414 B
Diff
Raw Normal View History

2021-12-22 03:41:30 +01:00
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -2,7 +2,7 @@
resampler.cpp
sample_format.cpp)
-if(NOT WIN32 AND NOT ANDROID)
+if(NOT WIN32)
list(APPEND SOURCES daemon.cpp)
endif()
@@ -12,7 +12,7 @@
add_library(common STATIC ${SOURCES})
-if (ANDROID)
+if (FALSE)
target_link_libraries(common soxr::soxr)
elseif(SOXR_FOUND)
target_link_libraries(common ${SOXR_LIBRARIES})