From a39789c85cb88aa10284e07051dea2b8aaec8596 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 12 Jul 2012 14:15:58 +0200 Subject: Minor fixes to MinGW makefiles. --- lib/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3