aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2012-07-12 14:15:58 +0200
committerGuenter Knauf <lists@gknw.net>2012-07-12 14:15:58 +0200
commita39789c85cb88aa10284e07051dea2b8aaec8596 (patch)
tree1f74fa58eeca1e491d6bfaa84d53a265eff6faec /lib/Makefile.m32
parentb7298e49ae1a97ca9b53b29efc95bd1b7fee5dcf (diff)
Minor fixes to MinGW makefiles.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m322
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)