Fixe for makefile CC on mingw.

This commit is contained in:
John McNamara 2016-06-24 01:00:52 +01:00
parent acd70f3dc7
commit 2eec85c4b3
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ CFLAGS = -O3 -DNOCRYPT -DNOUNCRYPT
# Change make options on MinGW.
ifneq (,$(findstring MINGW, $(UNAME)))
FPIC =
CC = gcc
endif
# Change make options on Cygwin.