aboutsummaryrefslogtreecommitdiff
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 dddeb0ce6..26031f561 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -146,7 +146,7 @@ endif
146ifeq ($(CONFIG_PLATFORM_MINGW32),y) 146ifeq ($(CONFIG_PLATFORM_MINGW32),y)
147CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy -fno-ident 147CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy -fno-ident
148EXEEXT = .exe 148EXEEXT = .exe
149LDLIBS += userenv psapi ws2_32 149LDLIBS += ws2_32
150endif 150endif
151 151
152ifneq ($(CONFIG_PLATFORM_MINGW32),y) 152ifneq ($(CONFIG_PLATFORM_MINGW32),y)