aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2023-02-22 11:50:25 +1000
committerRechi <Rechi@users.noreply.github.com>2023-02-22 11:50:25 +1000
commitc79fb48f80f6c4c68e0d66e07f67c9a5232428c3 (patch)
treebd030bf076ea94d1c3eac34eea2f803e2e9933da /cmake
parent1890df2527a45c6c433264a8f1322c3f12e22436 (diff)
[cmake] remove smbclient installing on android after 7e5835bfaa
Diffstat (limited to 'cmake')
-rw-r--r--cmake/scripts/android/Install.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/scripts/android/Install.cmake b/cmake/scripts/android/Install.cmake
index bbe5ea0bb8..633f148347 100644
--- a/cmake/scripts/android/Install.cmake
+++ b/cmake/scripts/android/Install.cmake
@@ -144,7 +144,6 @@ foreach(lib IN LISTS required_dyload dyload_optional ITEMS Shairplay)
endforeach()
add_bundle_file(${ASS_LIBRARY} ${libdir} "")
add_bundle_file(${SHAIRPLAY_LIBRARY} ${libdir} "")
-add_bundle_file(${SMBCLIENT_LIBRARY} ${libdir} "")
# Main targets from Makefile.in
if(CPU MATCHES i686)