Commit 8e6a26ca authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Makefile.am: Don't ship the framework, since it's too big for now.

parent e43b973a
......@@ -966,10 +966,6 @@ package-macosx:
echo "Create package directory: vlc-${VERSION}/";
mkdir -p "$(top_builddir)/vlc-${VERSION}/";
# For now, export the framework for third parties, from here
(cd $(top_builddir)/extras/MacOSX/Framework && xcodebuild);
cp -r $(top_builddir)/extras/MacOSX/Framework/build/Release/VLC.framework $(top_builddir)/vlc-${VERSION}/VLC.framework
# Copy relevant files
@if test -e "$(top_builddir)/VLC-release.app/"; then \
cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
......
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