From 97b6e42415c32059e158bec6a9e9e1ea5bbc41b1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 8 Dec 2010 19:37:36 +0100 Subject: [PATCH] Revert "we no longer need fixprefix", because we do need it. On cross compiling. On mingw it is harmless. This reverts commit 189385d85616163910eac561f0cd4ce453279ca1. --- mingw-Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-Makefile.inc b/mingw-Makefile.inc index 79d8966..0710fe1 100644 --- a/mingw-Makefile.inc +++ b/mingw-Makefile.inc @@ -4,6 +4,9 @@ MINGW_EXEC_PREFIX ?= # where the dependencies package is extracted RADIANT_DEPENDENCIES_PREFIX = $(HOME)/radiant-deps-mingw32/ +# run the prefix fixing tool +IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh) + # set the environment for make OS = Win32 CFLAGS += -- 2.39.2