Don't build ruby with --disable-install-doc on macOS

It breaks building for Apple Silicon on Intel machines,
and I don't want to be the one who goes to fix it.
This commit is contained in:
Struma 2021-06-24 16:45:14 -04:00 committed by Roza
parent bb7cd9faa0
commit 067e7023a2

View file

@ -34,7 +34,6 @@ CMAKE_ARGS := \
RUBY_CONFIGURE_ARGS := \
--enable-install-static-library \
--enable-shared \
--disable-install-doc \
--with-out-ext=fiddle,gdbm,win32ole,win32 \
--with-static-linked-ext \
--disable-rubygems \