[vlc-commits] iOS: more building fixes
Jean-Baptiste Kempf
git at videolan.org
Sun May 19 10:54:47 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 19 10:53:50 2013 +0200| [b681317ec1be89847651f846ad244c00807f3230] | committer: Jean-Baptiste Kempf
iOS: more building fixes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b681317ec1be89847651f846ad244c00807f3230
---
extras/package/ios/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 6d1e2ce..2f78ef7 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -327,7 +327,7 @@ info "Installing libvlc"
make install > ${out}
find ${PREFIX}/lib/vlc/plugins -name *.a -type f -exec cp '{}' ${PREFIX}/lib/vlc/plugins \;
-cp -R "${VLCROOT}/contrib/${TARGET}" "${PREFIX}/contribs"
+cp -R "${VLCROOT}/contrib/${TARGET}-${ARCH}" "${PREFIX}/contribs"
info "Removing unneeded modules"
blacklist="
More information about the vlc-commits
mailing list