[vlc-commits] macOS build.sh: Also build sdk versions for nightly and release
David Fuhrmann
git at videolan.org
Tue Dec 10 23:24:56 CET 2019
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon Dec 2 10:02:52 2019 +0100| [5707e82bb21390ea2d642fca733973ab5329b3f4] | committer: David Fuhrmann
macOS build.sh: Also build sdk versions for nightly and release
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5707e82bb21390ea2d642fca733973ab5329b3f4
---
extras/package/macosx/build.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 0f3d0f67c9..be9ea537c7 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -253,10 +253,15 @@ if [ "$PACKAGETYPE" = "u" ]; then
info "Building VLC release archive"
make package-macosx-release
+ make package-macosx-sdk
+
shasum -a 512 vlc-*-release.zip
+ shasum -a 512 vlc-macos-sdk-*.tar.gz
+
elif [ "$PACKAGETYPE" = "n" -o "$PACKAGE" = "yes" ]; then
info "Building VLC dmg package"
make package-macosx
+ make package-macosx-sdk
fi
if [ ! -z "$VLCBUILDDIR" ]; then
More information about the vlc-commits
mailing list