Skip to content

Commit bcd73b0

Browse files
authored
Merge pull request #73444 from readdle/buildps1-websockets-5.10
[🍒5.10] utils: enable curl websockets support when building with `build.ps1`
2 parents e44abf0 + 8b6e1d1 commit bcd73b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ function Build-CURL($Arch) {
10251025
ENABLE_THREADED_RESOLVER = "NO";
10261026
ENABLE_UNICODE = "YES";
10271027
ENABLE_UNIX_SOCKETS = "NO";
1028-
ENABLE_WEBSOCKETS = "NO";
1028+
ENABLE_WEBSOCKETS = "YES";
10291029
HAVE_POLL_FINE = "NO";
10301030
USE_IDN2 = "NO";
10311031
USE_MSH3 = "NO";

0 commit comments

Comments
 (0)