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.
This commit is contained in:
Moritz Bunkus 2019-02-13 13:33:52 +01:00
parent 2f5ba37322
commit d688e2b6b7
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -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