mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-02 20:23:11 +02:00
Don't include readline+dbm on Windows
This commit is contained in:
parent
c9bf6f2887
commit
866430c40d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ CMAKE_ARGS := \
|
||||||
RUBY_CONFIGURE_ARGS := \
|
RUBY_CONFIGURE_ARGS := \
|
||||||
--enable-install-static-library \
|
--enable-install-static-library \
|
||||||
--disable-install-doc \
|
--disable-install-doc \
|
||||||
--with-out-ext=openssl \
|
--with-out-ext=openssl,readline,dbm,gdbm \
|
||||||
--with-static-linked-ext \
|
--with-static-linked-ext \
|
||||||
--disable-rubygems \
|
--disable-rubygems \
|
||||||
--without-gmp
|
--without-gmp
|
||||||
|
|
Loading…
Add table
Reference in a new issue