[vlc-commits] contrib: bootstrap: Remove OSX_VERSION from contrib system
David Fuhrmann
git at videolan.org
Thu May 31 01:19:48 CEST 2018
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu May 31 01:15:13 2018 +0200| [9c0f44c40f88ea963a2a9495e41544bd0b8aa3bb] | committer: David Fuhrmann
contrib: bootstrap: Remove OSX_VERSION from contrib system
This is not needed anymore.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c0f44c40f88ea963a2a9495e41544bd0b8aa3bb
---
contrib/bootstrap | 6 ------
1 file changed, 6 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 5d1ea36095..e404d8ae90 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