Commit dd6cfc6e authored by Christophe Mutricy's avatar Christophe Mutricy

contrib/makefile: tweak for cygwin. not tested. Feedback welcome

parent cd9ac0b3
......@@ -58,8 +58,10 @@ endif
ifeq ($(HOST),i586-mingw32msvc)
HAVE_WIN32=1
endif
ifeq ($(HOST),cygwin)
ifeq ($(HOST),i686-pc-cygwin)
HAVE_WIN32=1
EXTRA_CFLAGS=-mno-cygwin
EXTRA_LDFLAGS=-mno-cygwin
endif
ifdef HAVE_WIN32
export PATH := $(PREFIX)/bin:$(PATH)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment