Skip to content

Commit

Permalink
* Fix cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 14, 2009
1 parent 2fd7ffe commit 1da4578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -441,7 +441,9 @@ ifeq ($(PLATFORM),mingw32)

# Some MinGW installations define CC to cc, but don't actually provide cc,
# so explicitly use gcc instead (which is the only option anyway)
CC=gcc
ifeq ($(shell which $(CC) > /dev/null; echo $$?),1)
CC=gcc
endif

ifndef WINDRES
WINDRES=windres
Expand Down

0 comments on commit 1da4578

Please sign in to comment.