From fe9165449ddc2195a9489b678c78b7d95c812e78 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 1 May 2019 23:56:48 +0200 Subject: [PATCH] Don't try to disable the already removed ext/interbase Otherwise we break the build. --- appveyor/build_task.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 5d03402f82..41c43479fa 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -59,7 +59,6 @@ cmd /c configure.bat ^ --disable-debug-pack ^ --enable-com-dotnet=shared ^ --without-analyzer ^ - --without-interbase ^ --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^ --with-php-build=%DEPS_DIR% ^ %ADD_CONF% ^ -- 2.40.0