Skip to content

Commit

Permalink
appveyor: enable websockets for Visual Studio job
Browse files Browse the repository at this point in the history
Follow-up to eb4fe6c curl#13232
Closes #xxxxx
  • Loading branch information
vszakats committed May 1, 2024
1 parent 0199104 commit b940555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.sh
Expand Up @@ -94,7 +94,7 @@ elif [ "${BUILD_SYSTEM}" = 'winbuild_vs2017' ]; then
cd winbuild
cat << EOF > _make.bat
call "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvars64.bat"
nmake -f Makefile.vc mode=dll VC=14.10 "SSL_PATH=${openssl_root_win}" WITH_SSL=dll MACHINE=x64 DEBUG=${DEBUG} ENABLE_UNICODE=${ENABLE_UNICODE}
nmake -f Makefile.vc mode=dll VC=14.10 "SSL_PATH=${openssl_root_win}" WITH_SSL=dll MACHINE=x64 DEBUG=${DEBUG} ENABLE_UNICODE=${ENABLE_UNICODE} ENABLE_WEBSOCKETS=yes
EOF
./_make.bat
rm _make.bat
Expand Down

0 comments on commit b940555

Please sign in to comment.