[vlc-commits] contrib: bootstrap: Remove OSX_VERSION from contrib system

David Fuhrmann git at videolan.org
Sun Nov 15 18:23:25 CET 2020


vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu May 31 01:15:13 2018 +0200| [a47f8a5ba10f3829dee9ffaa6b7a9ae0c0848c9d] | committer: David Fuhrmann

contrib: bootstrap: Remove OSX_VERSION from contrib system

This is not needed anymore.

(cherry picked from commit 9c0f44c40f88ea963a2a9495e41544bd0b8aa3bb)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a47f8a5ba10f3829dee9ffaa6b7a9ae0c0848c9d
---

 contrib/bootstrap | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index a847306c6b..5a33182722 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -218,11 +218,6 @@ check_ios_sdk()
 
 check_macosx_sdk()
 {
-   if [ -z "${OSX_VERSION}" ]
-   then
-      OSX_VERSION=`xcrun --show-sdk-version`
-      echo "OSX_VERSION not specified, assuming $OSX_VERSION"
-   fi
    if [ -z "$SDKROOT" ]; then
       SDKROOT=$(xcrun --show-sdk-path)
       echo "SDKROOT not specified, assuming $SDKROOT"
@@ -234,7 +229,6 @@ check_macosx_sdk()
    fi
 
    add_make "MACOSX_SDK=${SDKROOT}"
-   add_make "OSX_VERSION ?= ${OSX_VERSION}"
 }
 
 check_android_sdk()



More information about the vlc-commits mailing list