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 6bb6a8fb1..86ab0a0ec 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -126,7 +126,7 @@ endif
126ifeq ($(CONFIG_PLATFORM_MINGW32),y) 126ifeq ($(CONFIG_PLATFORM_MINGW32),y)
127CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy -fno-ident 127CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy -fno-ident
128EXEEXT = .exe 128EXEEXT = .exe
129LDLIBS += userenv ws2_32 129LDLIBS += userenv psapi ws2_32
130endif 130endif
131 131
132# Android has no separate crypt library 132# Android has no separate crypt library