]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
winbuild: use $(RC) correctly
authorhongfei.li <447943025@qq.com>
Wed, 3 Apr 2024 06:24:42 +0000 (14:24 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Apr 2024 12:45:42 +0000 (14:45 +0200)
Cloes #13267

winbuild/MakefileBuild.vc

index 9b165537a438f16a279283e3c5ce898e3bc75980..df86731d9a79081cbc30e39ad5324ea80faf4338 100644 (file)
@@ -690,7 +690,7 @@ $(CURL_DIROBJ)\dynbuf.obj: ../lib/dynbuf.c
 $(CURL_DIROBJ)\base64.obj: ../lib/base64.c\r
        $(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/base64.c\r
 $(CURL_DIROBJ)\curl.res: $(CURL_SRC_DIR)\curl.rc\r
-       rc $(CURL_RC_FLAGS)\r
+       $(RC) $(CURL_RC_FLAGS)\r
 \r
 !ENDIF  # End of case where a config was provided.\r
 \r