This commit is contained in:
Viktor Szakats 2025-08-18 00:40:11 +02:00
parent c72a79bba7
commit 56b76ff547
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+=" -I$MSDK_INCW/shared"
rcflags+=" -I$MSDK_INCW/um"
fi
[ "${_chkprefill}" = '_chkprefill' ] && options+=' -D_CURL_PREFILL=OFF'