try fix 2

This commit is contained in:
Viktor Szakats 2025-08-18 00:04:00 +02:00
parent c2931a2bc1
commit 427d56e9c0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -875,6 +875,7 @@ jobs:
options+=" -DCMAKE_RC_COMPILER=$MSDK_BINU/rc.exe"
options+=" -DCMAKE_MT=$MSDK_BINU/mt.exe"
options+=" -DCMAKE_C_COMPILER=$MSVC_BINU/cl.exe"
rcflags="${cflags}"
fi
[ "${_chkprefill}" = '_chkprefill' ] && options+=' -D_CURL_PREFILL=OFF'
if [ -n "${MATRIX_INSTALL_VCPKG}" ]; then