diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ ifneq ($(findstring cygwin,$(GNU_HOST_NAME)),) HOST_EXEEXT:=.exe HOST_LIBEXT:=.lib HOST_SHREXT:=.dll -HOST_LOADLIBES="-lcurses -lintl" +HOST_LOADLIBES=-lcurses -lintl export HOST_LOADLIBES endif ifneq ($(findstring mingw,$(GNU_HOST_NAME)),) |