From 93b733ec97205d80e96c9b664530c626afa77037 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 18 Aug 2025 00:13:18 +0200 Subject: [PATCH] try fix 3 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6e66492554..b1d939c2ab 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -858,7 +858,6 @@ jobs: MSDK_LIBW="$MSDK_ROOTW/lib/$MSDK_VER" MSDK_INCW="$MSDK_ROOTW/include/$MSDK_VER" MSDK_BINU="$MSDK_ROOTU/bin/$MSDK_VER/$MSVC_HOST" - cflags+=" -external:W0" cflags+=" -external:I$MSVC_ROOTW/atlmfc/include" cflags+=" -external:I$MSVC_ROOTW/include" cflags+=" -external:I$MSDK_INCW/shared" @@ -876,6 +875,7 @@ jobs: options+=" -DCMAKE_MT=$MSDK_BINU/mt.exe" options+=" -DCMAKE_C_COMPILER=$MSVC_BINU/cl.exe" rcflags="${cflags}" + cflags+=" -external:W0" fi [ "${_chkprefill}" = '_chkprefill' ] && options+=' -D_CURL_PREFILL=OFF' if [ -n "${MATRIX_INSTALL_VCPKG}" ]; then