Commit cf759605 authored by Felix Paul Kühne's avatar Felix Paul Kühne

ios build script: add support for tvOS

parent 6c0a9775
...@@ -394,7 +394,7 @@ make install > ${out} ...@@ -394,7 +394,7 @@ make install > ${out}
find ${PREFIX}/lib/vlc/plugins -name *.a -type f -exec cp '{}' ${PREFIX}/lib/vlc/plugins \; find ${PREFIX}/lib/vlc/plugins -name *.a -type f -exec cp '{}' ${PREFIX}/lib/vlc/plugins \;
rm -rf "${PREFIX}/contribs" rm -rf "${PREFIX}/contribs"
cp -R "${VLCROOT}/contrib/${TARGET}-${ARCH}" "${PREFIX}/contribs" cp -R "${VLCROOT}/contrib/${OSSTYLE}-${TARGET}-${ARCH}" "${PREFIX}/contribs"
info "Removing unneeded modules" info "Removing unneeded modules"
blacklist=" blacklist="
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment