aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index ef9200f93..866e2daf8 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -148,7 +148,7 @@ endif
148ifeq ($(CONFIG_PLATFORM_MINGW32),y) 148ifeq ($(CONFIG_PLATFORM_MINGW32),y)
149CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy -fno-ident -fno-builtin-strndup 149CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy -fno-ident -fno-builtin-strndup
150EXEEXT = .exe 150EXEEXT = .exe
151LDLIBS += ws2_32 151LDLIBS += ws2_32 ssp
152endif 152endif
153 153
154ifneq ($(CONFIG_PLATFORM_MINGW32),y) 154ifneq ($(CONFIG_PLATFORM_MINGW32),y)