aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 920fee322..7122d9bd6 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -101,6 +101,9 @@ ifeq ($(CONFIG_PLATFORM_MINGW32),y)
101# These defintions are not strictly needed, but they help shut up fnmatch.c warnings 101# These defintions are not strictly needed, but they help shut up fnmatch.c warnings
102CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 102CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0
103EXEEXT = .exe 103EXEEXT = .exe
104ifeq ($(CONFIG_WIN32_NET),y)
105LDLIBS += ws2_32
106endif
104else 107else
105LDLIBS += m crypt 108LDLIBS += m crypt
106endif 109endif