[vlc-devel] [PATCH] apple: build.sh: display bitcode status
Alexandre Janniaux
ajanni at videolabs.io
Tue Jul 21 13:49:20 CEST 2020
---
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 209ec280700..4dd9202c125 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 ""
##########################################################
--
2.27.0
More information about the vlc-devel
mailing list