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