From 866430c40d34dbbda99081d00082c714dec78dfb Mon Sep 17 00:00:00 2001 From: Struma Date: Sat, 2 Jan 2021 00:24:08 -0500 Subject: [PATCH] Don't include readline+dbm on Windows --- windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Makefile b/windows/Makefile index 0273156f..2beb4a35 100755 --- a/windows/Makefile +++ b/windows/Makefile @@ -33,7 +33,7 @@ CMAKE_ARGS := \ RUBY_CONFIGURE_ARGS := \ --enable-install-static-library \ --disable-install-doc \ - --with-out-ext=openssl \ + --with-out-ext=openssl,readline,dbm,gdbm \ --with-static-linked-ext \ --disable-rubygems \ --without-gmp