Commit 096b58df authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Makefile.am: Build and export the Framework in package-macosx. This is...

Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day.
parent 9af57553
......@@ -877,6 +877,10 @@ 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