From: Rudolf Polzer Date: Wed, 8 Dec 2010 18:37:36 +0000 (+0100) Subject: Revert "we no longer need fixprefix", because we do need it. On cross compiling.... X-Git-Tag: xonotic-v0.5.0~137 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=97b6e42415c32059e158bec6a9e9e1ea5bbc41b1;p=xonotic%2Fnetradiant.git Revert "we no longer need fixprefix", because we do need it. On cross compiling. On mingw it is harmless. This reverts commit 189385d85616163910eac561f0cd4ce453279ca1. --- diff --git a/mingw-Makefile.inc b/mingw-Makefile.inc index 79d8966e..0710fe15 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 +=