diff options
author | Rechi <Rechi@users.noreply.github.com> | 2023-02-22 11:50:25 +1000 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2023-02-22 11:50:25 +1000 |
commit | c79fb48f80f6c4c68e0d66e07f67c9a5232428c3 (patch) | |
tree | bd030bf076ea94d1c3eac34eea2f803e2e9933da /cmake | |
parent | 1890df2527a45c6c433264a8f1322c3f12e22436 (diff) |
[cmake] remove smbclient installing on android after 7e5835bfaa
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/scripts/android/Install.cmake | 1 |
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) |