Skip to content

Commit

Permalink
Fix compiling luma on mingw.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Feb 1, 2018
1 parent ee2b49d commit 7252c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/lumas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ luma: luma.c
# Strips the CROSS prefix from the C compiler variable.
ifdef CROSS
$(subst $(CROSS),,$(CC)) -o $@ luma.c
else
$(CC) -o $@ luma.c
endif

create_lumas:
Expand Down

0 comments on commit 7252c95

Please sign in to comment.