Skip to content

Commit e0daf94

Browse files
authored
Merge pull request #73378 from readdle/buildps1-websockets
utils: enable curl websockets support when building with `build.ps1`
2 parents cffb637 + b746145 commit e0daf94

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
@@ -1298,7 +1298,7 @@ function Build-CURL([Platform]$Platform, $Arch) {
12981298
ENABLE_THREADED_RESOLVER = "NO";
12991299
ENABLE_UNICODE = "YES";
13001300
ENABLE_UNIX_SOCKETS = "NO";
1301-
ENABLE_WEBSOCKETS = "NO";
1301+
ENABLE_WEBSOCKETS = "YES";
13021302
HAVE_POLL_FINE = "NO";
13031303
USE_IDN2 = "NO";
13041304
USE_MSH3 = "NO";

0 commit comments

Comments
 (0)