[vlc-commits] apple: build.sh: display bitcode status
Alexandre Janniaux
git at videolan.org
Wed Jul 22 15:28:13 CEST 2020
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Jul 16 18:04:52 2020 +0200| [6bd95d0db978a9a05424ca612db3615b1181ea4f] | committer: Alexandre Janniaux
apple: build.sh: display bitcode status
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6bd95d0db978a9a05424ca612db3615b1181ea4f
---
extras/package/apple/build.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/extras/package/apple/build.sh b/extras/package/apple/build.sh
index 209ec28070..4dd9202c12 100755
--- a/extras/package/apple/build.sh
+++ b/extras/package/apple/build.sh
@@ -498,6 +498,11 @@ echo " Platform: $VLC_HOST_PLATFORM"
echo " Architecture: $VLC_HOST_ARCH"
echo " SDK Version: $VLC_APPLE_SDK_VERSION"
echo " Number of Cores: $VLC_USE_NUMBER_OF_CORES"
+if [ "$VLC_USE_BITCODE" -gt 0 ]; then
+echo " Bitcode: enabled"
+else
+echo " Bitcode: disabled"
+fi
echo ""
##########################################################
More information about the vlc-commits
mailing list