Skip to content

Commit

Permalink
Fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 27, 2014
1 parent 9b527e7 commit 12593d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ifneq ($(findstring mingw,$(TARGET)),)
CC := gcc
endif

ifneq ($(findstring i686,$(TARGET)),)
CC := $(CC) -m32
else
Expand Down

0 comments on commit 12593d1

Please sign in to comment.