mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
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:
parent
bb7cd9faa0
commit
067e7023a2
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue