From f9601e5313db18a27fed74f734747156625b9081 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 2 Apr 2024 16:51:00 +0100 Subject: [PATCH] windows: fixed socket support being disabled (because of --disable-all) this isn't an issue with compile.sh because it doesn't pass --disable-all we might need to investigate what other stuff is getting unintentionally turned off because of this --- windows-compile-vs.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/windows-compile-vs.bat b/windows-compile-vs.bat index 64b04250..a1b11cef 100644 --- a/windows-compile-vs.bat +++ b/windows-compile-vs.bat @@ -301,6 +301,7 @@ call configure^ --with-openssl^ --with-pcre-jit^ --with-pmmpthread=shared^ + --with-pmmpthread-sockets^ --with-simplexml^ --with-sodium^ --with-sqlite3=shared^