Skip to content

Commit

Permalink
windows: fixed socket support being disabled (because of --disable-all)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dktapps committed Apr 2, 2024
1 parent 8360e6e commit f9601e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ call configure^
--with-openssl^
--with-pcre-jit^
--with-pmmpthread=shared^
--with-pmmpthread-sockets^
--with-simplexml^
--with-sodium^
--with-sqlite3=shared^
Expand Down

0 comments on commit f9601e5

Please sign in to comment.