[vlc-commits] [Git][videolan/vlc][master] package/macosx: show the SDK version used to build

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Oct 14 13:25:40 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
cb6ba2c3 by Steve Lhomme at 2025-10-14T12:18:02+00:00
package/macosx: show the SDK version used to build

- - - - -


1 changed file:

- extras/package/macosx/env.build.sh


Changes:

=====================================
extras/package/macosx/env.build.sh
=====================================
@@ -148,8 +148,9 @@ vlcSetContribEnvironment() {
     if [ -z "$SDKROOT" ]; then
         SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" && export SDKROOT
     fi
+    SDK_VERSION="$(xcrun --sdk $SDKROOT --show-sdk-version)"
 
-    echo "Setting contrib environment with minimum macOS version $MINIMAL_OSX_VERSION and SDK $SDKROOT"
+    echo "Setting contrib environment with minimum macOS version $MINIMAL_OSX_VERSION and SDK $SDK_VERSION at $SDKROOT"
 
     # Usually, VLCs contrib libraries do not support partial availability at runtime.
     # Forcing those errors has two reasons:



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cb6ba2c39c485fcd46f6442b3bcccb9eff292de6

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cb6ba2c39c485fcd46f6442b3bcccb9eff292de6
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list