mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:43:33 +03:00
Makefile.m32: Improve windres parameter compatibility
- s/COFF/coff/ Some versions of windres do not recognize uppercase COFF as a valid way to specify the COFF output format. Reported-by: Steven Penny Fixes https://github.com/curl/curl/issues/5099 Closes https://github.com/curl/curl/pull/5101
This commit is contained in:
parent
3bfda07004
commit
67f3f6cff1
3 changed files with 3 additions and 3 deletions
|
|
@ -107,7 +107,7 @@ CFLAGS += -fno-strict-aliasing
|
|||
LDFLAGS = $(CURL_LDFLAG_EXTRAS) $(CURL_LDFLAG_EXTRAS_EXE) -s
|
||||
AR = $(CURL_AR)
|
||||
RC = $(CROSSPREFIX)windres
|
||||
RCFLAGS = --include-dir=$(PROOT)/include -O COFF -DCURL_EMBED_MANIFEST
|
||||
RCFLAGS = --include-dir=$(PROOT)/include -O coff -DCURL_EMBED_MANIFEST
|
||||
STRIP = $(CROSSPREFIX)strip -g
|
||||
|
||||
# We may need these someday
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue