Skip to content

Commit f9601e5

Browse files
committed
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
1 parent 8360e6e commit f9601e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows-compile-vs.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ call configure^
301301
--with-openssl^
302302
--with-pcre-jit^
303303
--with-pmmpthread=shared^
304+
--with-pmmpthread-sockets^
304305
--with-simplexml^
305306
--with-sodium^
306307
--with-sqlite3=shared^

0 commit comments

Comments
 (0)