winbuild: use $(RC) correctly

Cloes #13267
This commit is contained in:
hongfei.li 2024-04-03 14:24:42 +08:00 committed by Daniel Stenberg
parent 60971d665b
commit ffa8a385a0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.