summaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 2c3fd0d25..ef9200f93 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -146,7 +146,7 @@ export SYSROOT=$(CONFIG_SYSROOT)
146endif 146endif
147 147
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 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
152endif 152endif