From: Viktor Szakats Date: Wed, 1 May 2024 08:20:58 +0000 (+0200) Subject: appveyor: enable websockets for VS2017 jobs X-Git-Tag: curl-8_8_0~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38593db4a086e5ac8052e3e94c142b69b5edee58;p=thirdparty%2Fcurl.git appveyor: enable websockets for VS2017 jobs Follow-up to eb4fe6c6340c3d5b0c347c6e30be004d4f9117d7 #13232 Closes #13513 --- diff --git a/appveyor.sh b/appveyor.sh index b99db55364..7498dd955e 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -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