[vlc-devel] [PATCH 3.0.x] macosx/build: fix compile on macOS 10.15.6
Felix Paul Kühne
fkuehne at videolan.org
Wed Nov 11 17:44:05 CET 2020
Hello,
> Am 10.11.2020 um 16:30 schrieb Zhao Zhili <quinkblack at foxmail.com>:
>
> ---
> extras/package/macosx/build.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
> index 4508354a9f..be5d449662 100755
> --- a/extras/package/macosx/build.sh
> +++ b/extras/package/macosx/build.sh
> @@ -10,7 +10,7 @@ info()
>
> ARCH="x86_64"
> MINIMAL_OSX_VERSION="10.7"
> -OSX_VERSION=`xcrun --show-sdk-version`
> +OSX_VERSION=`xcrun --show-sdk-version |cut -d. -f1-2`
> OSX_KERNELVERSION=`uname -r | cut -d. -f1`
> SDKROOT=`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$OSX_VERSION.sdk
> VLCBUILDDIR=""
> —
> 2.28.0
LGTM and needs backport to 3.0.
Best regards,
Felix
More information about the vlc-devel
mailing list