diff --git a/GNUmakefile b/GNUmakefile index 9afa1b8e..d8945d03 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -40,6 +40,9 @@ endif ifdef STATIC LDFLAGS=-static -static-libgcc + ifneq ($(MSYSTEM),) + CURSES_LIBS:= $(CURSES_LIBS).dll + endif endif CC?= gcc