avoid conflicting with homebrew gmp because of macos-version-min mismatches

This commit is contained in:
Struma 2023-05-08 08:29:11 -04:00
parent 7940412314
commit bc4765a123

View file

@ -48,6 +48,7 @@ RUBY_CONFIGURE_ARGS := \
--with-out-ext=fiddle,gdbm,win32ole,win32 \
--with-static-linked-ext \
--disable-rubygems \
--without-gmp \
--disable-install-doc \
--build=$(RBUILD) \
${EXTRA_RUBY_CONFIG_ARGS}