diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.flags b/Makefile.flags index ffd1f7f60..d9122ce94 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -119,10 +119,7 @@ ifeq ($(CONFIG_PLATFORM_MINGW32),y) | |||
119 | # These defintions are not strictly needed, but they help shut up fnmatch.c warnings | 119 | # These defintions are not strictly needed, but they help shut up fnmatch.c warnings |
120 | CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy | 120 | CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy |
121 | EXEEXT = .exe | 121 | EXEEXT = .exe |
122 | LDLIBS += userenv | 122 | LDLIBS += userenv ws2_32 |
123 | ifeq ($(CONFIG_WIN32_NET),y) | ||
124 | LDLIBS += ws2_32 | ||
125 | endif | ||
126 | endif | 123 | endif |
127 | 124 | ||
128 | # Android has no separate crypt library | 125 | # Android has no separate crypt library |