mirror of
https://github.com/curl/curl.git
synced 2026-08-09 19:34:43 +03:00
Minor fixes to MinGW makefiles.
This commit is contained in:
parent
b7298e49ae
commit
a39789c85c
2 changed files with 4 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ AR = $(CROSSPREFIX)ar
|
|||
RANLIB = $(CROSSPREFIX)ranlib
|
||||
RC = $(CROSSPREFIX)windres
|
||||
RCFLAGS = --include-dir=$(PROOT)/include -DDEBUGBUILD=0 -O COFF -i
|
||||
STRIP = strip -g
|
||||
STRIP = $(CROSSPREFIX)strip -g
|
||||
|
||||
# Platform-dependent helper tool macros
|
||||
ifeq ($(findstring /sh,$(SHELL)),/sh)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue