mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
Forward port of 17368. Make it easier to build a macosx package when build in debug mode.
This commit is contained in:
parent
f788b61890
commit
e86b20c4e3
@ -885,7 +885,11 @@ package-macosx:
|
||||
mkdir -p "$(top_builddir)/vlc-${VERSION}/";
|
||||
|
||||
# Copy relevant files
|
||||
cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"
|
||||
@if test -e "$(top_builddir)/VLC-release.app/"; then \
|
||||
cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
|
||||
else \
|
||||
cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
|
||||
fi
|
||||
cd "$(srcdir)" && cp AUTHORS COPYING ChangeLog README README.MacOSX.rtf THANKS NEWS $(top_builddir)/vlc-${VERSION}/ && cp -R extras/MacOSX/Delete_Preferences.app $(top_builddir)/vlc-${VERSION}/
|
||||
|
||||
# Create disk image
|
||||
|
Loading…
Reference in New Issue
Block a user