From d688e2b6b77c5cd141837045e9a7bbb6c3342886 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 13 Feb 2019 13:33:52 +0100 Subject: [PATCH] macOS build: don't build Ruby The Ruby version bundled with macOS Mojave suffices and is quite a bit newer than what `build.sh` would have built. --- packaging/macos/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packaging/macos/build.sh b/packaging/macos/build.sh index a3d8c68ba..181a17c23 100755 --- a/packaging/macos/build.sh +++ b/packaging/macos/build.sh @@ -240,11 +240,6 @@ function build_gettext { --disable-shared } -function build_ruby { - build_package ruby-2.1.6.tar.bz2 --prefix=${TARGET} \ - --enable-static --disable-shared -} - function build_boost { local -a args properties @@ -650,7 +645,6 @@ if [[ -z $@ ]]; then build_cmark build_boost build_qt - build_ruby build_configured_mkvtoolnix else