summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-06 16:44:18 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-02-06 19:23:30 +0900
commit2cf687fe6c6eb4ef1ef4958fc8aeb094e14bfbb5 (patch)
tree6b2cec2e8b9baaf0bf071b74679723542a5003a5 /.appveyor.yml
parent7ce3a100f2aef897ee1062dcda23b70cd5574866 (diff)
Appveyor: DBM extensions have not been bundled already
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index db444b0c1e..f64ebac868 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -72,7 +72,7 @@ for:
- cd %Platform%-mswin_%vs%
- >-
..\win32\configure.bat
- --without-ext=+,dbm,gdbm,readline
+ --without-ext=+,readline
--with-opt-dir=/usr/local
--with-openssl-dir=%OPENSSL_DIR:\=/%
- nmake -l