diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-12 14:15:58 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-12 14:15:58 +0200 |
commit | a39789c85cb88aa10284e07051dea2b8aaec8596 (patch) | |
tree | 1f74fa58eeca1e491d6bfaa84d53a265eff6faec /lib | |
parent | b7298e49ae1a97ca9b53b29efc95bd1b7fee5dcf (diff) |
Minor fixes to MinGW makefiles.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 5ee2ba7ff..d7f8de87f 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -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) |