Skip to content

Commit

Permalink
Revert "we no longer need fixprefix", because we do need it. On cross…
Browse files Browse the repository at this point in the history
… compiling. On mingw it is harmless.

This reverts commit 189385d.
  • Loading branch information
divVerent committed Dec 8, 2010
1 parent 189385d commit 97b6e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mingw-Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 +=
Expand Down

0 comments on commit 97b6e42

Please sign in to comment.