From ffa8a385a024fad86d06b763b5ba031bdf406a2e Mon Sep 17 00:00:00 2001 From: "hongfei.li" <447943025@qq.com> Date: Wed, 3 Apr 2024 14:24:42 +0800 Subject: [PATCH] winbuild: use $(RC) correctly Cloes #13267 --- winbuild/MakefileBuild.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 9b165537a4..df86731d9a 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -690,7 +690,7 @@ $(CURL_DIROBJ)\dynbuf.obj: ../lib/dynbuf.c $(CURL_DIROBJ)\base64.obj: ../lib/base64.c $(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/base64.c $(CURL_DIROBJ)\curl.res: $(CURL_SRC_DIR)\curl.rc - rc $(CURL_RC_FLAGS) + $(RC) $(CURL_RC_FLAGS) !ENDIF # End of case where a config was provided. -- 2.47.3