diff options
| author | manuel <manuel@mausz.at> | 2018-08-30 00:42:04 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2018-08-30 00:42:04 +0200 |
| commit | 2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a (patch) | |
| tree | cc9e1f8ea69eebca8416677b2470a5b3f11a850e /cmake/scripts/android/Install.cmake | |
| parent | b3d195f0188758a14875a5a2f270e4fd190a679f (diff) | |
| download | kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.tar.gz kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.tar.bz2 kodi-pvr-build-2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a.zip | |
sync with upstream
Diffstat (limited to 'cmake/scripts/android/Install.cmake')
| -rw-r--r-- | cmake/scripts/android/Install.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/scripts/android/Install.cmake b/cmake/scripts/android/Install.cmake index cc53607..a0fa155 100644 --- a/cmake/scripts/android/Install.cmake +++ b/cmake/scripts/android/Install.cmake | |||
| @@ -151,6 +151,8 @@ foreach(lib IN LISTS required_dyload dyload_optional ITEMS Shairplay) | |||
| 151 | add_bundle_file(${DEPENDS_PATH}/lib/${lib_so} ${libdir} "") | 151 | add_bundle_file(${DEPENDS_PATH}/lib/${lib_so} ${libdir} "") |
| 152 | endif() | 152 | endif() |
| 153 | endforeach() | 153 | endforeach() |
| 154 | add_bundle_file(${ASS_LIBRARY} ${libdir} "") | ||
| 155 | add_bundle_file(${BLURAY_LIBRARY} ${libdir} "") | ||
| 154 | add_bundle_file(${SMBCLIENT_LIBRARY} ${libdir} "") | 156 | add_bundle_file(${SMBCLIENT_LIBRARY} ${libdir} "") |
| 155 | 157 | ||
| 156 | # Main targets from Makefile.in | 158 | # Main targets from Makefile.in |
